Add-on

µC/HTTP-server offers different add-on to simplify complex HTTP server application development.

Add-on ModuleDescription
Control LayerThe 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.
AuthenticationThis module basically implements an authentication and authorization process based on the HTTP cookie header. It is made to work with the Control Layer only.
RESTThis 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.