|
Objectively 1.0.0
Ultra-lightweight object oriented framework for GNU C.
|
Synchronous and asynchronous loading of resources via URLs. More...
Classes | |
| struct | URL |
| Uniform Resource Locators (RFC 3986). More... | |
| struct | URLRequest |
| A protocol-agnostic abstraction for requesting resources via URLs. More... | |
| struct | URLResponse |
| A protocol-agnostic abstraction for URLSessionTask responses. More... | |
| struct | URLSession |
| A management context for loading resources via URLs. More... | |
| struct | URLSessionConfiguration |
| Configuration bundle for URLSession. More... | |
| struct | URLSessionDataTask |
| Use data tasks to send and receive Data in-memory. More... | |
| struct | URLSessionDownloadTask |
| Use download tasks to save remote resources to file. More... | |
| struct | URLSessionTask |
| URL session tasks are handles to pending URL operations. More... | |
| struct | URLSessionUploadTask |
| Use upload tasks to send files directly from disk. More... | |