package sihl

  1. Overview
  2. Docs

Use Web to setup routers, handlers and middlewares to deal with HTTP requests.

module Request = Opium.Request
module Response = Opium.Response
module Body = Opium.Body
module Router = Opium.Router
module Route = Opium.Route
module Http : sig ... end
module Bearer_token : sig ... end
module Csrf : sig ... end
module Flash : sig ... end
module Form : sig ... end
module Htmx : sig ... end

This module simplifies dealing with htmx requests in a type safe way. Visit https://htmx.org/reference/ for the htmx documentation.

module Id : sig ... end
module Json : sig ... end
module Session : sig ... end
module User : sig ... end
module Middleware : sig ... end
OCaml

Innovation. Community. Security.