







[Missing <summary> documentation for N:HttpServer.HttpModules]
Classes
Class | Description | |
---|---|---|
![]() | ControllerModule |
A controller module is a part of the ModelViewController design pattern.
It gives you a way to create user friendly urls.
|
![]() | FileModule |
The purpose of this module is to serve files.
|
![]() | HttpModule |
A HttpModule can be used to serve urls. The module itself
decides if it should serve a url or not. In this way, you can
get a very flexible http app since you can let multiple modules
serve almost similiar urls.
|
![]() | HttpModuleExceptionEventArgs |
Used to inform http server that
|
![]() | ReverseProxyModule |
A reverse proxy are used to act as a bridge between local (protected/hidden) websites
and public clients.
A typical usage is to allow web servers on non standard ports to still be available
to the public clients, or allow web servers on private ips to be available.
|