HSL 2.0 framework
Description of the framework
|
Classes for providing an HTTP server More..
Classes | |
class | Request |
HTTP requests. More... | |
class | Response |
HTTP response. More... | |
class | Server |
All methods of the HTTP server. More... | |
Static Public Attributes | |
int | GET = 1 |
GET | |
int | POST = 2 |
POST | |
int | PUT = 4 |
PUT | |
int | DELETE = 8 |
DELETE | |
int | ALL = 255 |
ALL | |
Classes for providing an HTTP server
The examples show how it can be replaced by standard Python modules. Class is deprecated