MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / HttpIo

Method HttpIo

src/basicio.cpp:1523–1525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1521}
1522
1523HttpIo::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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected