You can search for identifiers within the package.
in-package search v0.2.0
vifu
Vifu.Request
type ('c, 'a) t
val target : ('c, 'a) t -> string
val meth : ('c, 'a) t -> Method.t
val version : ('c, 'a) t -> int
val headers : ('c, 'a) t -> Headers.t
val accept : ('c, 'a) t -> string list
val of_json : (Type.json, 'a) t -> ('a, [> `Msg of string ]) result
val of_multipart_form : (Type.multipart_form, 'a) t -> ('a, [> `Not_found of string | `Invalid_multipart_form ]) result
val source : ('c, 'a) t -> string Flux.source
val get : ('cfg, 'v) Middleware.t -> ('c, 'a) t -> 'v option
type request
val headers_of_request : request -> Headers.t
val method_of_request : request -> Method.t
val target_of_request : request -> string