Uses XMLHttpRequest
for the browser and libcurl
for Nodejs.
gleam add efetch
import gleam/http/request
import gleam/http
import efetch
pub fn main() {
let assert Ok(req) = request.to("https://github.com")
efetch.send(req)
|> io.debug
}
Further documentation can be found at https://hexdocs.pm/efetch.
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell