Summary
Encapsulates an HTTP response, to be sent by
HttpServer to the HTTP client that sent the original
request. A request handler must return an HttpResponse object to the
HttpServer when handling a request.
Constructors
|
Encapsulates an HTTP response, to be sent by HttpServer to the HTTP client that sent the original
request. A request handler must return an HttpResponse object to the HttpServer when handling a request. |
Instance methods
Instance properties
| HttpStatusCode | | The HTTP status code. For example, 200 OK, 404 Not Found, 500 Internal Server Error. Default is 200 OK. |
Instance fields