HttpServerBoxed 0.0.11 alpha
A simple http server for C# and .NET
|
Public Member Functions | |
JsonResponse (Request req, Response res) | |
override void | ProcessGet () |
override void | ProcessPost () |
Public Member Functions inherited from HSB.Servlet | |
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 Protected Member Functions inherited from HSB.Servlet | |
static string | ReadFromResources (string resourceName) |
Extract a string from an embedded resource. | |
Protected Attributes inherited from HSB.Servlet | |
Request | req |
Response | res |
Configuration | configuration |
Delegate? | handlerFallback |
Definition at line 8 of file JsonResponse.cs.
Definition at line 10 of file JsonResponse.cs.
|
virtual |
Reimplemented from HSB.Servlet.
Definition at line 15 of file JsonResponse.cs.
|
virtual |
Reimplemented from HSB.Servlet.
Definition at line 20 of file JsonResponse.cs.