HTTPResponse

An HTTPResponse represents any HTTP response from a oneshot server.

Field Type Description
StatusCode int The HTTP status code of the response.
Header map[string][]string The HTTP headers of the response.
Body string The base64 encoded body content of the HTTP response.