PeanutButter
Loading...
Searching...
No Matches
PeanutButter.SimpleHTTPServer.RequestLogItem Class Reference

Log item for requests. More...

Public Member Functions

 RequestLogItem (string path, HttpStatusCode code, string method, string message, Dictionary< string, string > headers)

Properties

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.

Detailed Description

Log item for requests.


The documentation for this class was generated from the following file:
  • source/SimpleServers/PeanutButter.SimpleHTTPServer/RequestLogItem.cs