![]() |
PIP 5.6.1
Platform-Independent Primitives
|
This is the complete list of members for PIHTTPClient, including all inherited members.
| abort() | PIHTTPClient | |
| create(const PIString &url, PIHTTP::Method method=PIHTTP::Method::Get, const PIHTTP::MessageConst &req={}) | PIHTTPClient | static |
| ignoreSSLErrors() | PIHTTPClient | |
| lastError() const | PIHTTPClient | inline |
| onAbort(std::function< void()> f) | PIHTTPClient | |
| onAbort(std::function< void(const PIHTTP::MessageConst &)> f) | PIHTTPClient | |
| onError(std::function< void()> f) | PIHTTPClient | |
| onError(std::function< void(const PIHTTP::MessageConst &)> f) | PIHTTPClient | |
| onFinish(std::function< void()> f) | PIHTTPClient | |
| onFinish(std::function< void(const PIHTTP::MessageConst &)> f) | PIHTTPClient | |
| start() | PIHTTPClient |