Mercurial
comparison seobeo/seobeo.h @ 147:6de849867459 hg-web
[HgWeb] Updated logic to use Seobeo Client.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Fri, 09 Jan 2026 18:39:34 -0800 |
| parents | f236c895604e |
| children | 827c6ac504cd |
comparison
equal
deleted
inserted
replaced
| 146:8e56f800b7e4 | 147:6de849867459 |
|---|---|
| 86 extern Seobeo_Client_Response *Seobeo_Client_Request_Execute(Seobeo_Client_Request *p_req); | 86 extern Seobeo_Client_Response *Seobeo_Client_Request_Execute(Seobeo_Client_Request *p_req); |
| 87 /* Destroy request and free all resources. */ | 87 /* Destroy request and free all resources. */ |
| 88 extern void Seobeo_Client_Request_Destroy(Seobeo_Client_Request *p_req); | 88 extern void Seobeo_Client_Request_Destroy(Seobeo_Client_Request *p_req); |
| 89 /* Destroy response and free all resources. */ | 89 /* Destroy response and free all resources. */ |
| 90 extern void Seobeo_Client_Response_Destroy(Seobeo_Client_Response *p_resp); | 90 extern void Seobeo_Client_Response_Destroy(Seobeo_Client_Response *p_resp); |
| 91 | |
| 92 // --- HTTP Web related helper functions --- // | |
| 93 extern void Seobeo_Url_Decode(char *dst, const char *src); | |
| 91 | 94 |
| 92 /** | 95 /** |
| 93 * WebSocket Client API | 96 * WebSocket Client API |
| 94 * ------ | 97 * ------ |
| 95 * | 98 * |