MCPcopy Create free account
hub / github.com/Naios/continuable / http_request

Function http_request

examples/example-slideshow/example-slideshow.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25#include "continuable/continuable.hpp"
26
27cti::continuable<std::string> http_request(std::string /*url*/) {
28 return cti::make_ready_continuable<std::string>("<html>...</html>");
29}
30
31struct ResultSet {};
32struct Buffer {};

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected