dscord ~master (2021-11-07T02:10:19.0578386)
Dub
Repo
Route
dscord
api
routes
Undocumented in source.
struct
Route {
HTTPMethod
method
;
string
url
;
this
(HTTPMethod method, string url);
CompiledRoute
opCall
(T args);
}
Constructors
this
this
(HTTPMethod method, string url)
Undocumented in source.
Members
Functions
opCall
CompiledRoute
opCall
(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
method
HTTPMethod
method
;
Undocumented in source.
url
string
url
;
Undocumented in source.
Meta
Source
See Implementation
dscord
api
routes
aliases
Bucket
enums
Routes
structs
CompiledRoute
Route