| ▼Nkcurl | |
| ▼Neasy | |
| CError | Error of a perform operation |
| CRequest | Input parameter for perform() |
| CResponse | Successful response of a perform operation |
| ▼Nhttp | |
| CError | Error of a fetch operation |
| CQuery | |
| CRequest | Input parameter for fetch() |
| CResponse | Successful response of a fetch operation. Response is a class template to enable user-side reuse for custom payloads (eg JSON) |
| CResponse< void > | |
| CStatus | Wrapper over a response status code |
| CByteArray | |
| CCurl | Top-level RAII wrapper for curl. Use if libcurl initialization/shutdown is not already handled |
| ▼Nstd | STL namespace |
| Cformatter< kcurl::Curl::Feature > |