kcurl v0.1.10
Basic C++23 wrapper over libcurl
 
Loading...
Searching...
No Matches
Namespace List
Here is a list of all namespaces with brief descriptions:
[detail level 123]
 Nkcurl
 Neasy
 CErrorError of a perform operation
 CRequestInput parameter for perform()
 CResponseSuccessful response of a perform operation
 Nhttp
 CErrorError of a fetch operation
 CQuery
 CRequestInput parameter for fetch()
 CResponseSuccessful response of a fetch operation. Response is a class template to enable user-side reuse for custom payloads (eg JSON)
 CResponse< void >
 CStatusWrapper over a response status code
 CByteArray
 CCurlTop-level RAII wrapper for curl. Use if libcurl initialization/shutdown is not already handled