ipfs-chromium
Public Member Functions | List of all members
ipfs::gw::InlineRequestHandler Class Referencefinal
Inheritance diagram for ipfs::gw::InlineRequestHandler:
Inheritance graph
[legend]
Collaboration diagram for ipfs::gw::InlineRequestHandler:
Collaboration graph
[legend]

Public Member Functions

HandleOutcome handle (RequestPtr) override
 
std::string_view name () const override
 
- 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 *)
 

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
 
- 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_
 

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