| 1424 | }; |
| 1425 | |
| 1426 | HttpIo::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 | |
| 1431 | int64_t HttpIo::HttpImpl::getFileLength() { |
| 1432 | Exiv2::Dictionary response; |
nothing calls this directly
no outgoing calls
no test coverage detected