ipfs-chromium
List of all members
ipfs::gw::BlockRequestSplitter Class Referencefinal

#include <library/include/ipfs_client/gw/block_request_splitter.h>

Inheritance diagram for ipfs::gw::BlockRequestSplitter:
Inheritance graph
[legend]
Collaboration diagram for ipfs::gw::BlockRequestSplitter:
Collaboration graph
[legend]

Additional Inherited Members

- Public Types inherited from ipfs::gw::Requestor
enum class  HandleOutcome : char {
  NOT_HANDLED = 'N' , PENDING = 'P' , DONE = 'D' , PARALLEL = 'L' ,
  MAYBE_LATER = 'M'
}
 
using RequestPtr = ::ipfs::gw::RequestPtr
 
- Public Member Functions inherited from ipfs::gw::Requestor
void request (std::shared_ptr< GatewayRequest >)
 
Requestoror_else (std::shared_ptr< Requestor > p)
 
Requestorapi (std::shared_ptr< Client >)
 
void TestAccess (void *)
 
- Protected Member Functions inherited from ipfs::gw::Requestor
void definitive_failure (RequestPtr) const
 
void forward (RequestPtr) const
 
- Protected Attributes inherited from ipfs::gw::Requestor
std::shared_ptr< Clientapi_
 

Detailed Description

A request decorator of sorts that passes through non-CAR requests But for a CAR request will output both the original request and also a block request for the root


The documentation for this class was generated from the following file: