Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val query_all : Request.t -> (string * string list) list
val get : Request.t -> (string, string list) Stdlib.Hashtbl.t
Get a hashtable of all query string parameters
val string : Request.t -> string -> string option
Get a string value for a single query string value by key
val int : Request.t -> string -> int option
Get an int value for a single query string value by key
val float : Request.t -> string -> float option
Get a float value for a single query string value by key