DiscordPHP-Http icon indicating copy to clipboard operation
DiscordPHP-Http copied to clipboard

Asynchronous HTTP client used for communication with the Discord REST API.

Results 4 DiscordPHP-Http issues
Sort by recently updated
recently updated
newest added

This is helper class for transitioning react/promise v2 to react/promise v3. No, we do not need to make sudden breaking changes to force everyone replace done() and then() because it...

enhancement
stale

`'something/:thing/:thing_other'` with the following bindings `['::thing::', '::thing other::']` produces `something/::thing::/::thing::_other` rather than `something/::thing::/::thing other::` This is caused by the `str_replace` replacing the `:thing` part of `:thing_other` as well, few fixes...

Noticed a minor memory leak in my project, after some debugging I was able to trace it back to DiscordPHP-Http Executing API calls keeps taking up more memory. It doesn't...

This is more of a proof of concept than a full PR. #26 introduces Promise V3 compatibility with the use of a helper. With an implementation like this, no helper...