package sihl

  1. Overview
  2. Docs
The Sihl web framework

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.0.tar.gz
md5=3265ccfac470edc97a524259ec98e15b
sha512=0e6b184d5077a444a0583b65e5b99ba69e798321a34bc99bcc121eb82a3555b86ce8d1c7d3fc6afdcadf87d76f2d903702e5e6252b6b06fd7c1311b712298cc9

doc/sihl/Sihl/Web/index.html

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 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.