Go to the source code of this file.
|
| Easy | curlite::download (std::string const &url, std::ostream &ostr, bool followRedirect=true, bool throwExceptions=true) |
| |
| void | curlite::global_cleanup () |
| |
| bool | curlite::global_init (long flags=CURL_GLOBAL_ALL) |
| |
| std::ostream & | curlite::operator<< (std::ostream &stream, Easy &curlite) |
| |
| std::istream & | curlite::operator>> (std::istream &stream, Easy &curlite) |
| |
| Easy | curlite::upload (std::istream &istr, std::string const &url, std::string const &username="", std::string const &password="", curl_off_t size=-1, bool throwExceptions=true) |
| |
| std::string | curlite::version () |
| |
| curl_version_info_data * | curlite::versionInfo (CURLversion type=CURLVERSION_NOW) |
| |