Module io.jooby

Package io.jooby.handler


@ReturnValuesAreNonnullByDefault package io.jooby.handler
Built-in middleware.
  • Class
    Description
    Access Log Handler.
    Represent an static resource file.
    Handler for static resources represented by the Asset contract.
    An asset source is a collection or provider of Asset.
    Class allowing the fine tune the browser cache behavior for assets.
    Cross-origin resource sharing.
    Handle preflight and simple CORS requests.
    Cross Site Request Forgery handler.
    Add support for HTTP Head requests.
    Rate limit handler using https://github.com/vladimir-bukhtoyarov/bucket4j.
    Force SSL handler.
    The TRACE method performs a message loop-back test along the path to the target resource.
    Add common variables to as Context attributes so they are accessible from template engine.