package sihl-web
-
sihl-web
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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 Urlencoded = Middleware_urlencoded
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