Packages

package hosts

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait AllowedHostsComponents extends AnyRef
  2. case class AllowedHostsConfig(allowed: Seq[String], shouldProtect: (RequestHeader) ⇒ Boolean = _ => true) extends Product with Serializable
  3. class AllowedHostsConfigProvider extends Provider[AllowedHostsConfig]
    Annotations
    @Singleton()
  4. case class AllowedHostsFilter(config: AllowedHostsConfig, errorHandler: HttpErrorHandler) extends EssentialFilter with Product with Serializable

    A filter that denies requests by hosts that do not match a configured list of allowed hosts.

  5. class AllowedHostsModule extends SimpleModule

Value Members

  1. object AllowedHostsConfig extends Serializable

Ungrouped