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§
- compression
- HTTP compression filter
- grpc_
web
Structs§
- Http
Module Ctx - The Contexts of multiple modules
- Http
Modules - The object to hold multiple http modules
Traits§
- Http
Module - The trait an HTTP traffic module needs to implement
- Http
Module Builder - Trait to init the http module ctx for each request