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

Method curl_header

src/curl_header.cpp:17–20  ·  view source on GitHub ↗

Implementation of constructor.

Source from the content-addressed store, hash-verified

15{
16 // Implementation of constructor.
17 curl_header::curl_header() : size(0), headers(nullptr)
18 {
19 // ... nothing to do here ...
20 }
21
22 // Implementation of the list constructor initialize method.
23 curl_header::curl_header(initializer_list<string> headers) : size(0), headers(nullptr)

Callers

nothing calls this directly

Calls 1

addMethod · 0.95

Tested by

no test coverage detected