/
Add-on
Add-on
µC/HTTP-server offers different add-on to simplify complex HTTP server application development.
Add-on Module | Description |
---|---|
Control Layer | The Control Layer is a module bound to µC/HTTP-server by its hook functions and used to manage multiple groups of authentication process and application process. |
Authentication | This module basically implements an authentication and authorization process based on the HTTP cookie header. It is made to work with the Control Layer only. |
REST | This module was created to facilitate the development of RESTful applications. Its allows you to create REST resources based on a specific URL. Each resource has its own set of hook functions with a different hook for each HTTP method. It can be used with or without the Control Layer module. |
Related content
Directories and Files
Directories and Files
More like this
About HTTP-server
About HTTP-server
More like this
Hook Functions
Hook Functions
More like this
HTTP-server Add-on
HTTP-server Add-on
More like this
Control Layer
Control Layer
More like this
Reference Manual
Reference Manual
More like this