|
Objectively
Ultra-lightweight object oriented framework for GNU C.
|
HTTP REST client. More...
Classes | |
| struct | RESTClient |
| An HTTP REST client backed by URLSession. More... | |
Typedefs | |
| typedef void(* | RESTClientCompletion) (int status, Data *data, void *user_data) |
| A completion handler for asynchronous RESTClient requests. | |
A completion handler for asynchronous RESTClient requests.
| status | The HTTP response status code, or 0 on connection failure. |
| data | The response body, or NULL. |
| user_data | The user data pointer passed to the originating async method. |
Definition at line 50 of file RESTClient.h.