Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
cti::continuable<std::string> http_request(std::string /*url*/) {
28
return cti::make_ready_continuable<std::string>(
"<html>...</html>"
);
29
}
30
31
struct ResultSet {};
32
struct Buffer {};
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected