Atlas [0.42.0] | C++ docs
  1. Browse source
  1. Pages
  2. Classes
  3. Namespaces
  4. Files

eckit::EasyCURL class
#include <eckit/io/EasyCURL.h>

Contents

  • Reference
    • Constructors, destructors, conversion operators
    • Public functions
    • Friends

Constructors, destructors, conversion operators

EasyCURL()
~EasyCURL()

Public functions

auto GET(const std::string& url, bool stream = false) -> EasyCURLResponse
auto HEAD(const std::string& url) -> EasyCURLResponse
auto PUT(const std::string& url, const std::string& data) -> EasyCURLResponse
auto POST(const std::string& url, const std::string& data) -> EasyCURLResponse
auto DELETE(const std::string& url) -> EasyCURLResponse
void verbose(bool on)
void followLocation(bool on)
void sslVerifyPeer(bool on)
void sslVerifyHost(bool on)
void failOnError(bool on)
void useSSL(bool use)
void customRequest(const std::string&)
void headers(const EasyCURLHeaders& headers)
void userAgent(const std::string&)
void print(std::ostream&) const

Friends

auto operator<<(std::ostream& s, const EasyCURL& c) -> std::ostream&
Tab / T to search, Esc to close
…

Search for symbols, directories, files, pages or modules. You can omit any prefix from the symbol or file path; adding a : or / suffix lists all members of given symbol or directory.

Use ↓ / ↑ to navigate through the list, Enter to go. Tab autocompletes common prefix, you can copy a link to the result using ⌘ L while ⌘ M produces a Markdown link.

Sorry, nothing was found.

    Atlas docs. Part of the Atlas project, copyright © ECMWF
    Generated by Doxygen and m.css. Contact the team via GitHub.