ark::logging::OffloadLogTargetUrlPair

Defined in header “ark/logging/offload.hh”.


A pair of URLs used for offloading a source file (contains both a PUT URL for uploading to, and a HEAD URL for querying).

Variables

  • core::Url put_url
    The URL to upload data to.

  • std::map< std::string, std::string > put_headers
    Additional HTTP headers to apply for the PUT URL.

  • core::Url head_url
    The URL to fetch information about the target (if it’s already uploaded).