All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.adven27.env.wiremock.Interaction.kt Maven / Gradle / Ivy

The newest version!
package io.github.adven27.env.wiremock

import java.time.LocalDateTime

data class Interaction(
    val method: String,
    val url: String,
    val req: String,
    val resp: String,
    val date: LocalDateTime,
    val status: Int
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy