![]() |
Prusa Slicer 2.6.0
|
This is the complete list of members for Slic3r::Http, including all inherited members.
| auth_basic(const std::string &user, const std::string &password) | Slic3r::Http | |
| auth_digest(const std::string &user, const std::string &password) | Slic3r::Http | |
| ca_file(const std::string &filename) | Slic3r::Http | |
| ca_file_supported() | Slic3r::Http | static |
| cancel() | Slic3r::Http | |
| CompleteFn typedef | Slic3r::Http | |
| ErrorFn typedef | Slic3r::Http | |
| form_add(const std::string &name, const std::string &contents) | Slic3r::Http | |
| form_add_file(const std::string &name, const boost::filesystem::path &path) | Slic3r::Http | |
| form_add_file(const std::string &name, const boost::filesystem::path &path, const std::string &filename) | Slic3r::Http | |
| get(std::string url) | Slic3r::Http | static |
| header(std::string name, const std::string &value) | Slic3r::Http | |
| Http(Http &&other) | Slic3r::Http | |
| Http(const Http &)=delete | Slic3r::Http | |
| Http(const std::string &url) | Slic3r::Http | private |
| IPResolveFn typedef | Slic3r::Http | |
| on_complete(CompleteFn fn) | Slic3r::Http | |
| on_error(ErrorFn fn) | Slic3r::Http | |
| on_ip_resolve(IPResolveFn fn) | Slic3r::Http | |
| on_progress(ProgressFn fn) | Slic3r::Http | |
| operator=(const Http &)=delete | Slic3r::Http | |
| operator=(Http &&)=delete | Slic3r::Http | |
| p | Slic3r::Http | private |
| perform() | Slic3r::Http | |
| perform_sync() | Slic3r::Http | |
| post(std::string url) | Slic3r::Http | static |
| ProgressFn typedef | Slic3r::Http | |
| Ptr typedef | Slic3r::Http | |
| put(std::string url) | Slic3r::Http | static |
| remove_header(std::string name) | Slic3r::Http | |
| set_post_body(const boost::filesystem::path &path) | Slic3r::Http | |
| set_post_body(const std::string &body) | Slic3r::Http | |
| set_put_body(const boost::filesystem::path &path) | Slic3r::Http | |
| set_range(const std::string &range) | Slic3r::Http | |
| size_limit(size_t sizeLimit) | Slic3r::Http | |
| timeout_connect(long timeout) | Slic3r::Http | |
| timeout_max(long timeout) | Slic3r::Http | |
| tls_global_init() | Slic3r::Http | static |
| tls_system_cert_store() | Slic3r::Http | static |
| url_encode(const std::string &str) | Slic3r::Http | static |
| ~Http() | Slic3r::Http |