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. |