Idris2Doc : HTTP.API.Path

HTTP.API.Path

(source)

Definitions

dataPart : Type
  Single part in a URI path.

This matches either a specific string or one or more variables
stored at the given position in the path.

Totality: total
Visibility: public export
Constructors:
PStr : String->Part
PTill : String->Part
Capture : (0_ : Type) ->Part

Hint: 
FromStringPart
0PartsTypes : ListPart->ListType
  Computes the list of types captured by a URI path description.

Totality: total
Visibility: public export
recordReqPath : Type
  Describes a pattern for matching and extracting
values for the path of the request URI.

Totality: total
Visibility: public export
Constructor: 
Path : ListPart->ReqPath

Projection: 
.parts : ReqPath->ListPart
.parts : ReqPath->ListPart
Totality: total
Visibility: public export
parts : ReqPath->ListPart
Totality: total
Visibility: public export