|
Objectively
Ultra-lightweight object oriented framework for GNU C.
|
An HTTP REST client backed by URLSession. More...
Go to the source code of this file.
Data Structures | |
| 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. | |
Functions | |
| OBJECTIVELY_EXPORT Class * | _RESTClient (void) |
An HTTP REST client backed by URLSession.
Definition in file RESTClient.h.
| OBJECTIVELY_EXPORT Class * _RESTClient | ( | void | ) |
Definition at line 332 of file RESTClient.c.