sihl.http
Req.Query
sihl
sihl.app
sihl.authn
sihl.authz
sihl.cmd
sihl.configuration
sihl.core
sihl.data
sihl.email
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
type t = (string * string list) list
val equal : t -> t -> bool
val pp : Format.formatter -> t -> unit
val show : t -> string
val to_yojson : t -> Utils.Json.t
val of_yojson : Utils.Json.t -> t Ppx_deriving_yojson_runtime.error_or