![]() |
MTSC
1.0.5
Build TCP servers out of modules with handlers for communication, exception and logging.
|
Handler for handling server http requests. More...
Public Member Functions | |
| HttpHandler | AddHttpModule (IHttpModule module) |
| Add a http module onto the server. More... | |
| void | QueueResponse (ClientData client, HttpMessage response) |
| Send a response back to the client. More... | |
Handler for handling server http requests.
Definition at line 15 of file HttpHandler.cs.
| HttpHandler MTSC.Server.Handlers.HttpHandler.AddHttpModule | ( | IHttpModule | module | ) |
Add a http module onto the server.
| module | Module to be added. |
Definition at line 35 of file HttpHandler.cs.
| void MTSC.Server.Handlers.HttpHandler.QueueResponse | ( | ClientData | client, |
| HttpMessage | response | ||
| ) |
Send a response back to the client.
| response | Message containing the response. |
Definition at line 44 of file HttpHandler.cs.