Documentation for this section has not yet been entered.
Type | Description |
---|---|
Connection | Values for the connection header. |
HttpBasicAuthCredentials | Represents a set of credentials recieved via HTTP Basic authentication. |
HttpConnectionAction | Describes what Gliding Squirrel should do with a connection once your HandleRequest() method has finished building a response. |
HttpMessage | Represents a general HTTP message. May be either a request or a response. This is the base class for all the common functionality that HttpRequest and HttpResponse share. |
HttpMethod | Represents the method of an HTTP request. |
HttpRequest | Represents an http request. |
HttpResponse | Represents an http response. |
HttpResponseCode | Represents an HTTP response code and its associated descriptive message, such as "200 OK", and "404 Not Found". |
HttpServer | The main HTTP Server implementation class. Inherit from this class to build your own HTTP server! Please note that for WebSockets support you'll need to inherit from the seperate SBRL.GlidingSquirrel.Websocket.WebsocketServer class instead. |
OnServerShutdown | The delegate for the OnShutdown event on the HttpServer. |
TcpListenerExtended | From https://stackoverflow.com/a/7857844/1460422 |
TransferEncodings | Values for the transfer-encoding header. |