middleware_csrf.ml
sihl
sihl.app
sihl.authn
sihl.authz
sihl.cmd
sihl.configuration
sihl.core
sihl.data
sihl.email
sihl.http
sihl.log
sihl.message
sihl.middleware
sihl.queue
sihl.schedule
sihl.seed
sihl.server
sihl.session
sihl.storage
sihl.token
sihl.user
sihl.utils
sihl.web
1 2 3 4 5 6 (* TODO https://docs.djangoproject.com/en/3.0/ref/csrf/#how-it-works *) let m () = let filter handler ctx = handler ctx in Middleware_core.create ~name:"csrf" filter
1 2 3 4 5 6
(* TODO https://docs.djangoproject.com/en/3.0/ref/csrf/#how-it-works *) let m () = let filter handler ctx = handler ctx in Middleware_core.create ~name:"csrf" filter