midas/node/http

Functions

pub fn read_json(
  response: Response(FetchBody),
) -> Promise(Result(Response(Dynamic), Snag))
pub fn read_text(
  response: Response(FetchBody),
) -> Promise(Result(Response(String), Snag))
pub fn send(
  request: Request(String),
) -> Promise(Result(Response(FetchBody), Snag))
Search Document