package vif

  1. Overview
  2. Docs

Module Route.ExtSource

Sourceval slash : Re.t
Sourceval comma : Re.t
Sourceval amper : Re.t
Sourceval question_mark : Re.t
Sourceval float : Re.t

-?0-9+( .0-9* )?

Sourceval arbitrary_int : Re.t

-?0-9+

Sourceval bool : Re.t

true|false

Sourceval string : [< `Path | `Query_value ] -> Re.t

Non empty list of safe chars

Sourceval list : ?m:int -> component:[< `Path | `Query_value ] -> int -> Re.t -> Re.t

Separated by , or by /

Sourceval query_sep : any:bool -> Re.t