Fuego.NetX : HttpResponse

An instance of HttpResponse represents a server response to an HTTP request. Each instance includes detailed information about the HTTP response, including: the content body (in Binary and String form), the status code, HTTP headers, original and effective URI.

Do not create instances of HttpResponse directly. The AdvancedWebServer component returns instances of HttpResponse.

Example

Refer to the AdvancedWebServer component for examples.