〽
〽
〽
〽
Pattern Language
Home
Search
⌃
K
Links
Pattern Language
Core Language
Data Types
Variable Placement
Namespaces
Expressions
Functions
Control flow
In / Out Variables
Attributes
Preprocessor
Comments
Sections
Libraries
hex
http
mangled
dec
provider
core
std
type
Powered By
GitBook
Comment on page
http
Library to do HTTP requests
Functions
hex::http::get
Performs a HTTP GET request to the given URL and returns the response body
url
: URL to perform the request to
return
: Response body
fn
get
(
str
url
);
Last modified
8mo ago