| 1521 | } |
| 1522 | |
| 1523 | HttpIo::HttpIo(const std::string& url, size_t blockSize) { |
| 1524 | p_ = std::make_unique<HttpImpl>(url, blockSize); |
| 1525 | } |
| 1526 | #endif |
| 1527 | |
| 1528 | #ifdef EXV_USE_CURL |
nothing calls this directly
no outgoing calls
no test coverage detected