package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val pp : Stdlib.Format.formatter -> t -> unit
val equal : t -> t -> bool
val html : t
val json : t
val redirect : string -> t
val set_body : string -> t -> t
val set_content_type : Sihl__.Web_core.content_type -> t -> t
val set_opium_res : Opium_kernel.Response.t -> t -> t
val set_status : int -> t -> t
val to_opium : t -> Opium_kernel.Response.t