Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 340 Bytes

File metadata and controls

16 lines (8 loc) · 340 Bytes

🌐 http

Functions:

get

http.get(std::string url):*string

post

http.post(std::string url, std::string post_value):*string

post_json

http.post_json(std::string url, std::string post_value):*string