All Classes
| Class | Description |
|---|---|
| HttpMethods |
HttpMethods lists all http methods supported by this server
|
| HttpRequest | |
| HttpResponse<T> |
HttpResponse is used to create and send Http responses easily.
|
| HttpStatusCode |
HttpStatusCode represents the standard http status codes used by the server
|
| Service | |
| TodoItem |
An item of the Todo List treated by the POST requests
|
| WebClient | |
| WebPing | |
| WebServer |
WebServer is a simple web-server that handles HTTP GET, POST, PUT, HEAD and DELETE methods.
|