Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Iri
Sourceval iri :
?scheme:string ->
?user:string ->
?host:string ->
?port:int ->
?path:path ->
?query_kv:query_kv ->
?query:string ->
?fragment:string ->
unit ->
t
Read an IRI from the given string.
Return a string representation of the given IRI.
Print the given IRI to the given formatter, using to_string ?pctencode:None
.
Append the given (not %-encoded) string list to the path of the given iri and return a new iri with this path.
Query string is not %-decoded as it is not parsed to name/value pairs
Return a new iri with the given optional query string. This string must already be %-encoded.
Return a new iri with the given list of key/value pairs. The givn string must be %-decoded.