package sihl-web

  1. Overview
  2. Docs
module Csrf = Middleware_csrf
module Flash = Middleware_flash
module Static = Middleware_static
module Session = Middleware_session
module Authn = Middleware_authn
module User = Middleware_user
module Form_parser = Form_parser
val static : local_path_f:(unit -> string) -> uri_prefix_f:(unit -> string) -> ?headers:Opium.Headers.t -> ?etag_of_fname:(string -> string option) -> unit -> Rock.Middleware.t