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

Method curl_sender

include/curl_sender.h:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57 // Implementation of constructor.
58 template<class T> curl_sender<T>::curl_sender(curl_easy &easy) : _easy(easy), _sent_bytes(0) {
59 // ... nothing to do here ...
60 }
61
62 // Implementation of send method.
63 template<class T> void curl_sender<T>::send(const T buffer, const size_t size) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected