HTTPResponse Constructor |
Name | Description | |
---|---|---|
![]() | HTTPResponse | Creates a HTTP/1.1 response with "200 OK" status. |
![]() | HTTPResponse(HTTPResponseHTTPStatus) | Creates a HTTP/1.1 response with the given status and a standard reason phrase. |
![]() | HTTPResponse(HTTPResponseHTTPStatus, String) | Creates a HTTP/1.1 response with the given status and reason phrase. |
![]() | HTTPResponse(HTTPResponseHTTPStatus, String, String) | Creates a HTTP/1.1 response with the given status, reason phrase and message body data. |
![]() | HTTPResponse(HTTPResponseHTTPStatus, String, String, Int32, Int32, HTTPHeaders) | Creates a HTTP response with the given status, reason phrase, message body data, version and headers. |