ipfs-chromium
Loading...
Searching...
No Matches
default_requestor.h
1#ifndef IPFS_DEFAULT_REQUESTOR_LIST_H_
2#define IPFS_DEFAULT_REQUESTOR_LIST_H_
3
4#include "requestor.h"
5
6namespace ipfs::gw {
7std::shared_ptr<Requestor> default_requestor(std::shared_ptr<Requestor> early,
8 std::shared_ptr<Client>);
9}
10
11#endif // IPFS_DEFAULT_REQUESTOR_LIST_H_