|
Orca
A bot framework that is easy to reason about, easy to debug, and easy to use.
|
The handle used for performing HTTP Requests. More...
#include <discord-internal.h>

Public Attributes | |
| struct user_agent * | ua |
| The user agent handle for performing requests. | |
| struct { | |
| struct discord_bucket * buckets | |
| Endpoint/routes discovered, check a endpoint/bucket match with tree search functions. | |
| pthread_mutex_t lock | |
| Mutex used when adding to or searching for buckets. | |
| } | ratelimit |
| struct discord * | p_client |
| pointer to client this struct is part of | |
The handle used for performing HTTP Requests.
This is a wrapper over struct user_agent
1.8.17