JsMockzillaRequest

class JsMockzillaRequest(jsRequest: Request) : MockzillaHttpRequest

Constructors

Link copied to clipboard
constructor(jsRequest: Request)

Properties

Link copied to clipboard
open override val headers: Map<String, String>
Link copied to clipboard
open override val method: HttpMethod
Link copied to clipboard
val underlyingRequest: Request
Link copied to clipboard
open override val uri: String

Functions

Link copied to clipboard
open suspend override fun bodyAsBytes(): ByteArray
Link copied to clipboard
open suspend override fun bodyAsString(): String
Link copied to clipboard