|
ipfs-chromium
|
#include <include/ipfs_client/gw/block_request_splitter.h>


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 >) |
| Requestor & | or_else (std::shared_ptr< Requestor > p) |
| Requestor & | api (std::shared_ptr< Client >) |
| void | TestAccess (void *) |
Protected Member Functions inherited from ipfs::gw::Requestor | |
| void | forward (RequestPtr) const |
Static Protected Member Functions inherited from ipfs::gw::Requestor | |
| static void | definitive_failure (RequestPtr) |
Protected Attributes inherited from ipfs::gw::Requestor | |
| std::shared_ptr< Client > | api_ |
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