PartialMockzillaHttpResponse

@Serializable
data class PartialMockzillaHttpResponse(val statusCode: HttpStatusCode? = null, val headers: Map<String, String>? = null, val body: String? = null)

Constructors

Link copied to clipboard
constructor(statusCode: HttpStatusCode? = null, headers: Map<String, String>? = null, body: String? = null)

Properties

Link copied to clipboard
val body: String? = null
Link copied to clipboard
val headers: Map<String, String>? = null
Link copied to clipboard
@Serializable(with = HttpStatusCodeSerializer::class)
val statusCode: HttpStatusCode? = null