Results for “Std.Url.Url”
11 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Url.Url
The parts of a URL, each already decoded.
- Std.Http.Safe.originOf
&Std.Url.Url -> StrThe scheme and host a URL names, which is what an origin comparison is
- Std.Url.addQuery
&Std.Url.Url -> Str -> Str -> Std.Url.UrlThe URL with a query key added, keeping any values it already had.
- Std.Url.effectivePort
&Std.Url.Url -> Option[Int]The port a URL uses, falling back to the one its scheme implies.
- Std.Url.parse
Str -> Result[Std.Url.Url, Std.Url.UrlError]A URL read from text, or what stopped the reader.
- Std.Url.queryValue
&Std.Url.Url -> Str -> Option[Str]The first value given for a query key, or
None. - Std.Url.queryValues
&Std.Url.Url -> Str -> Array[Str]Every value given for a query key, in order.
- Std.Url.removeQuery
&Std.Url.Url -> Str -> Std.Url.UrlThe URL with every value for a key removed.
- Std.Url.render
&Std.Url.Url -> StrA URL written back as text, with every part encoded again.
- Std.Url.segments
&Std.Url.Url -> Array[Str]The path in pieces, with empty pieces dropped.
- Std.Url.withPath
&Std.Url.Url -> Str -> Std.Url.UrlThe URL with a different path.
