Request

interface Request

Functions

Link copied to clipboard
abstract fun getBody(): String?
Link copied to clipboard
abstract fun getHeaders(): Map<String, String>
Link copied to clipboard
abstract fun getMethod(): String
Link copied to clipboard
abstract fun getPath(): String
Link copied to clipboard
abstract fun getQueryParameters(): Map<String, String>
Link copied to clipboard
abstract fun getUri(): String
Link copied to clipboard
abstract fun getVersion(): String

Inheritors

Link copied to clipboard