ae v0.0.2845 (2020-11-29T12:45:19Z)
Home
Dub
Repo
UrlEncoder
ae
net
ietf
url
Encode an URL part using a custom function to decide characters to encode.
template
UrlEncoder (
alias
isCharAllowed
char
escape
= '%'
) {
bool
[
256
]
genCharAllowed
();
immutable
bool
[
256
]
charAllowed
;
struct
UrlEncoder
(Sink)
;
}
Members
Functions
genCharAllowed
bool
[
256
]
genCharAllowed
()
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
UrlEncoder
struct
UrlEncoder
(Sink)
Undocumented in source.
Variables
charAllowed
bool
[
256
]
charAllowed
;
Undocumented in source.
Meta
Source
See Implementation
ae
net
ietf
url
aliases
UrlParameters
encodeUrlParameter
functions
applyRelativeURL
decodeUrlParameter
decodeUrlParameters
encodeUrlParameters
encodeUrlPart
fileNameFromURL
templates
UrlEncoder
Encode an URL part using a custom function to decide characters to encode.