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

Class curl_slist

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

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected