Packages

package middleware

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Value Members

  1. object LocalstackProxy

    Middleware for Clients that proxies request against the configured Localstack environment

  2. 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.

  3. object RequestResponseLogger

    Combines RequestLogger and ResponseLogger middleware

  4. 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.

Ungrouped