X Tutup
Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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