Flags
Fields of this type
Fields
- scheme:bool
- When true, include the scheme part of the URI.
- authentication:bool
- When true, include the user and password part of the URI.
- authority:bool
- When true, include the authority part of the URI.
- path:bool
- When true, include the path part of the URI.
- query:bool
- When true, include the query part of the URI.
- fragment:bool
- When true, include the fragment part of the URI.
- port:bool
- When true, include the port part of the URI.
= .{ .scheme = true, .authentication = true, .authority = true, .path = true, .query = true, .fragment = true, .port = true, }
Values
- all
- = .{ .scheme = true, .authentication = true, .authority = true, .path = true, .query = true, .fragment = true, .port = true, }