ae v0.0.2728 (2020-08-02T06:18:06Z)
Home
Dub
Repo
oauthEncode
ae
net
oauth
common
Undocumented in source.
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