Expand description
Modules for HTTP traffic.
HttpModules define request and response filters to use while running an HttpServer application. See the ResponseCompression module for an example of how to implement a basic module.
Modules§
- HTTP compression filter
Structs§
- The Contexts of multiple modules
- The object to hold multiple http modules
Traits§
- The trait an HTTP traffic module needs to implement
- Trait to init the http module ctx for each request