Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Opium.Context
SourceA context holds heterogeneous value and is passed to the requests or responses.
type 'a key = 'a Rock.Context.key
The type for keys whose lookup value is of type 'a
.
Key
module Key : sig ... end
type t = Rock.Context.t
The type for heterogeneous value maps.
empty
val empty : t
empty
is the empty map.
is_empty
val is_empty : t -> bool
is_empty m
is true
iff m
is empty.
mem
add
singleton
rem
find
find_exn
sexp_of_t
pp_hum
pp_hum
formats the request t
as a standard HTTP request