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

eckit::HttpHeader class
#include <eckit/net/HttpHeader.h>

Contents

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

Constructors, destructors, conversion operators

HttpHeader()
HttpHeader(net::TCPSocket&)
~HttpHeader()

Public functions

auto operator=(std::map<std::string, std::string, std::less<std::string>>&) -> HttpHeader&
void length(const long)
auto contentLength() const -> long
void type(const std::string&)
void status(const long, const std::string& message = "")
void authenticate(const std::string&)
auto authenticated() const -> bool
void forward(const std::string&)
void dontCache()
void retryAfter(long)
auto type() const -> const std::string&
auto getHeader(const std::string&) const -> const std::string&
void setHeader(const std::string&, const std::string&)
void content(const char*, long)
auto content() const -> std::string
void checkForStatus() const

Friends

auto operator<<(std::ostream& s, const HttpHeader& p) -> 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.