- authBot
void delegate(scope HTTPClientRequest req) @(safe) authBot(string token, void delegate(scope HTTPClientRequest req) @(safe) then)
Undocumented in source. Be warned that the author may not have intended to support it.
- prependEndpoint
void prependEndpoint(string endpoint, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- requestDiscordEndpoint
Json requestDiscordEndpoint(string route, string bucket, void delegate(scope HTTPClientRequest req) @(safe) requester)
Undocumented in source. Be warned that the author may not have intended to support it.
- requestDiscordEndpointJson
Json requestDiscordEndpointJson(HTTPMethod method, T value, string route, string bucket, void delegate(scope HTTPClientRequest req) @(safe) requester)
Undocumented in source. Be warned that the author may not have intended to support it.
- requestDiscordEndpointNull
Json requestDiscordEndpointNull(HTTPMethod method, string route, string bucket, void delegate(scope HTTPClientRequest req) @(safe) requester)
Undocumented in source. Be warned that the author may not have intended to support it.