ae v0.0.3141 (2022-02-14T00:51:10Z)
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.