C# Class Woopsa.HTTPRequest

Provides a mechanism to get information about an HTTP Request made by a client.

This class is created internally by the Web Server and thus cannot be created from outside code. To handle requests and response, the WebServer.IHTTPRouteHandler interface or the delegate methods in RouteSolver which is available from the WebServer.WebServer.Routes property.

Exibir arquivo Open project: woopsa-protocol/Woopsa Class Usage Examples

Private Methods

Method Description
HTTPRequest ( HTTPMethod method, string fullURL ) : System