InternetProtocolResponse

class InternetProtocolResponse(val responseUri: URI, val statusCode: Int)(source)

The response from an internet protocol request.

Note: the mediaType is the ultimate content type that the request wants. This may override what the server actually responded. The headerContentType and headerCharset identify what the server said.

Constructors

Link copied to clipboard
constructor(responseUri: URI, statusCode: Int)

Properties

Link copied to clipboard
var cookieStore: CookieStore?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var headers: Map<String, XdmAtomicValue>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var report: XdmMap?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun addResponse(response: XProcDocument)