| 69 | |
| 70 | // Implementation of get_sent_bytes method. |
| 71 | template<class T> inline size_t curl_sender<T>::get_sent_bytes() const { |
| 72 | return _sent_bytes; |
| 73 | } |
| 74 | |
| 75 | /** |
| 76 | * Template specialization for strings. C++ string type is not supported by libcurl C |
nothing calls this directly
no outgoing calls
no test coverage detected