MockzillaHttpRequest

Properties

Link copied to clipboard
abstract val headers: Map<String, String>

Network request's headers

Link copied to clipboard
abstract val method: HttpMethod

Network request method

Link copied to clipboard
abstract val uri: String

The full uri of the network request

Functions

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