package middleware
Ordering
- Alphabetic
Visibility
- Public
- Protected
Value Members
- object LocalstackProxy
Middleware for Clients that proxies request against the configured Localstack environment
- object RequestLogger
Mostly copied from the Http4s RequestLogger.
Mostly copied from the Http4s RequestLogger. Main difference is that this logs information to the context rather than the message body. Also uses debug/trace instead of info.
- object RequestResponseLogger
Combines RequestLogger and ResponseLogger middleware
- object ResponseLogger
Mostly copied from the Http4s ResponseLogger.
Mostly copied from the Http4s ResponseLogger. Main difference is that this logs information to the context rather than the message body. Also uses debug/trace instead of info.