Overview
-
module Protocol-
module URL-
class AbsoluteRepresents an absolute URL with scheme and/or authority.
-
module EncodingHelpers for encoding and decoding URL components.
-
module SystemMaps individual URL path segments to and from local filesystem components.
-
class LimitErrorRaised when URL processing exceeds a configured limit.
-
module FormData-
class NestedBuilds nested form data from names and values.
-
class ParserIncrementally parses
application/x-www-form-urlencodedform data.
-
-
class PathRepresents a URL path without losing its encoded segment boundaries.
-
class ReferenceRepresents a "Hypertext Reference", which may include a path, query string, fragment, and user parameters.
-
class RelativeRepresents a relative URL, which does not include a scheme or authority.
-
-