ipfs-chromium
|
#include <library/include/ipfs_client/partition.h>
Public Types | |
using | GatewayAccess = std::function< void(std::shared_ptr< gw::GatewayRequest >)> |
using | MimeDetection = std::function< std::string(std::string, std::string_view, std::string const &)> |
Public Member Functions | |
void | build_response (std::shared_ptr< IpfsRequest >) |
bool | add_node (std::string key, ipld::NodePtr) |
bool | has_key (std::string const &k) const |
std::size_t | Stored () const |
Partition (std::shared_ptr< gw::Requestor > requestor, std::shared_ptr< Client >) | |
A partition of your in-memory stored IPFS DAGs Potentially useful in the fight against cache timing attacks