ipfs-chromium
Loading...
Searching...
No Matches
terminating_requestor.h
1#ifndef IPFS_TERMINATING_REQUESTOR_H_
2#define IPFS_TERMINATING_REQUESTOR_H_
3
4#include "requestor.h"
5
6namespace ipfs::gw {
11 public:
12 std::string_view name() const override;
13 Requestor::HandleOutcome handle(RequestPtr) override;
14};
15} // namespace ipfs::gw
16
17#endif // IPFS_TERMINATING_REQUESTOR_H_
Definition requestor.h:22
Definition terminating_requestor.h:10
std::string_view name() const override