ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
oauthEncode
ae
net
oauth
common
Performs URL encoding as required by OAuth.
static
alias
oauthEncode
=
encodeUrlPart
!(
c
=>
std.ascii.isAlphaNum
(
c
) ||
c
== '-'
||
c
== '.'
||
c
== '_'
||
c
== '~'
)
Meta
Source
See Implementation
ae
net
oauth
common
aliases
oauthEncode
functions
oauthHeader
structs
OAuthConfig
OAuthSession
Performs URL encoding as required by OAuth.