package sihl

  1. Overview
  2. Docs

Module Sihl.WebSource

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

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

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

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

Innovation. Community. Security.