C# Класс 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.

Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
HTTPRequest ( HTTPMethod method, string fullURL ) : System