package devkit

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Httpev.ParamSource

get request params

Sourceval get_exn : request -> string -> string
Sourceexception Bad of string
Sourceval get : request -> string -> string option
Sourceval get_int : request -> string -> int option
Sourceval make : (string -> 'a) -> request -> ?default:'a -> string -> 'a
Sourceval str : request -> ?default:string -> string -> string
Sourceval int64 : request -> ?default:int64 -> string -> int64
Sourceval int : request -> ?default:int -> string -> int
Sourceval float : request -> ?default:float -> string -> float
Sourceval bool : request -> ?default:bool -> string -> bool
Sourceval array : request -> string -> string list
OCaml

Innovation. Community. Security.