ae ~next (2021-10-23T04:25:29.3345725)
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.