MCPcopy Create free account
hub / github.com/JosephP91/curlcpp / get

Method get

include/curl_header.h:87–89  ·  view source on GitHub ↗

Implementation of get method.

Source from the content-addressed store, hash-verified

85
86 // Implementation of get method.
87 inline const struct curl_slist *curl_header::get() const {
88 return this->headers;
89 }
90
91 // Implementation of copy constructor.
92 inline curl_header::curl_header(const curl_header &header) : size(0), headers(nullptr) {

Callers 1

secondMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected