ipfs-chromium
|
#include <component/block_http_request.h>
Public Types | |
using | HttpCompleteCallback = ctx::HttpApi::OnComplete |
Public Member Functions | |
BlockHttpRequest (ipfs::HttpRequestDescription, HttpCompleteCallback) | |
void | Send (raw_ptr< network::mojom::URLLoaderFactory >) |
void | Cancel () |
Manages lifetime for a single HTTP request to an IPFS gateway. Not strictly for a block necessarily, thought that was the case when the name was chosen.