Response
data class Response<T>(status: Int, body: T?, headers: MutableMap<String, List<String>>, contentType: String?, inputStream: InputStream)
Content copied to clipboard
HTTP response fetched from a server request.
HTTP response fetched from a server request.