Wt
4.11.1
|
This is the complete list of members for Wt::Http::Client, including all inherited members.
abort() | Wt::Http::Client | |
addChild(std::unique_ptr< WObject > child) | Wt::WObject | |
addChild(std::unique_ptr< Child > child) | Wt::WObject | |
bindSafe(void(C::*method)(Args...)) noexcept | Wt::Core::observable | |
bindSafe(void(C::*method)(Args...) const) const noexcept | Wt::Core::observable | |
bindSafe(const Function &function) noexcept | Wt::Core::observable | |
bodyDataReceived() | Wt::Http::Client | |
Client() | Wt::Http::Client | |
Client(Wt::AsioWrapper::asio::io_service &ioService) | Wt::Http::Client | |
deleteRequest(const std::string &url, const Message &message) | Wt::Http::Client | |
done() | Wt::Http::Client | |
followRedirect() const | Wt::Http::Client | |
get(const std::string &url) | Wt::Http::Client | |
get(const std::string &url, const std::vector< Message::Header > headers) | Wt::Http::Client | |
getStateless(Method method) | Wt::WObject | protectedvirtual |
head(const std::string &url) | Wt::Http::Client | |
head(const std::string &url, const std::vector< Message::Header > headers) | Wt::Http::Client | |
headersReceived() | Wt::Http::Client | |
id() const | Wt::WObject | virtual |
implementJavaScript(void(T::*method)(), const std::string &jsCode) | Wt::WObject | |
implementStateless(void(T::*method)()) | Wt::WObject | |
implementStateless(void(T::*method)(), void(T::*undoMethod)()) | Wt::WObject | |
isNotStateless() | Wt::WObject | |
isSslCertificateVerificationEnabled() const | Wt::Http::Client | |
maximumResponseSize() const | Wt::Http::Client | |
maxRedirects() const | Wt::Http::Client | |
Method typedef | Wt::WObject | |
objectName() const | Wt::WObject | virtual |
observable() noexcept | Wt::Core::observable | |
parseUrl(const std::string &url, URL &parsedUrl) | Wt::Http::Client | static |
patch(const std::string &url, const Message &message) | Wt::Http::Client | |
post(const std::string &url, const Message &message) | Wt::Http::Client | |
put(const std::string &url, const Message &message) | Wt::Http::Client | |
removeChild(WObject *child) | Wt::WObject | |
removeChild(Child *child) | Wt::WObject | |
request(Http::Method method, const std::string &url, const Message &message) | Wt::Http::Client | |
resetLearnedSlot(void(T::*method)()) | Wt::WObject | |
resetLearnedSlots() | Wt::WObject | |
setFollowRedirect(bool followRedirect) | Wt::Http::Client | |
setMaximumResponseSize(std::size_t bytes) | Wt::Http::Client | |
setMaxRedirects(int maxRedirects) | Wt::Http::Client | |
setObjectName(const std::string &name) | Wt::WObject | virtual |
setSslCertificateVerificationEnabled(bool enabled) | Wt::Http::Client | |
setSslVerifyFile(const std::string &verifyFile) | Wt::Http::Client | |
setSslVerifyPath(const std::string &verifyPath) | Wt::Http::Client | |
setTimeout(std::chrono::steady_clock::duration timeout) | Wt::Http::Client | |
timeout() const | Wt::Http::Client | |
~Client() | Wt::Http::Client | virtual |
~observable() | Wt::Core::observable | virtual |