Module http

Source
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§

HttpModuleCtx
The Contexts of multiple modules
HttpModules
The object to hold multiple http modules

Traits§

HttpModule
The trait an HTTP traffic module needs to implement
HttpModuleBuilder
Trait to init the http module ctx for each request

Type Aliases§

Module
ModuleBuilder