![]() |
HttpServerBoxed 0.0.11 alpha
A simple http server for C# and .NET
|
Public Member Functions | |
PostWithAuth (Request req, Response res) | |
override void | ProcessGet () |
override void | ProcessPost () |
![]() | |
Servlet (Request req, Response res) | |
Servlet (Request req, Response res, Configuration conf) | |
void | AddCustomMethodHandler (string name, Delegate handler) |
void | RemoveCustomMethodHandler (string name) |
string | GetRoute () |
void | Process () |
virtual void | ProcessDelete () |
virtual void | ProcessPut () |
virtual void | ProcessHead () |
virtual void | ProcessPatch () |
virtual void | ProcessOptions () |
virtual void | ProcessTrace () |
virtual void | ProcessConnect () |
Additional Inherited Members | |
![]() | |
static string | ReadFromResources (string resourceName) |
Extract a string from an embedded resource. | |
![]() | |
Request | req |
Response | res |
Configuration | configuration |
Delegate? | handlerFallback |
Definition at line 11 of file PostWithAuth.cs.
Definition at line 13 of file PostWithAuth.cs.
|
virtual |
Reimplemented from HSB.Servlet.
Definition at line 17 of file PostWithAuth.cs.
|
virtual |
Reimplemented from HSB.Servlet.
Definition at line 23 of file PostWithAuth.cs.