firmware-base/vendor/sming/Sming/samples/HttpServer_Plugins
2026-01-28 16:42:43 +01:00
..
app vendor 2026-01-28 16:42:43 +01:00
include vendor 2026-01-28 16:42:43 +01:00
Makefile vendor 2026-01-28 16:42:43 +01:00
README.rst vendor 2026-01-28 16:42:43 +01:00

HttpServer Plugins
=====================

Simple example that demonstrate extending the HttpServer functionality with additional plugins.
Using such examples one can add:

   - URL Rewriting
   - Authentication. Sming has already existing plugins for Basic Authentication, IP Limiting
   - Content extracting/processing. For example a gzip decoder plugin can be implemented.