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

Method HttpImpl

src/basicio.cpp:1426–1429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1424};
1425
1426HttpIo::HttpImpl::HttpImpl(const std::string& url, size_t blockSize) : Impl(url, blockSize) {
1427 hostInfo_ = Exiv2::Uri::Parse(url);
1428 Exiv2::Uri::Decode(hostInfo_);
1429}
1430
1431int64_t HttpIo::HttpImpl::getFileLength() {
1432 Exiv2::Dictionary response;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected