Log item for requests.
More...
|
|
| RequestLogItem (string path, HttpStatusCode code, string method, string message, Dictionary< string, string > headers) |
|
|
string | Path [get] |
| | Path of the request.
|
|
HttpStatusCode | StatusCode [get] |
| | Status code (result) for the request.
|
|
string | Message [get] |
| | Message provided for the request.
|
|
string | Method [get] |
| | HTTP method (verb) for the request.
|
|
Dictionary< string, string > | Headers [get] |
| | Headers provided with the request.
|
The documentation for this class was generated from the following file:
- source/SimpleServers/PeanutButter.SimpleHTTPServer/RequestLogItem.cs