Struct ::exo::net::Request

Overview

A http network request

Methods

fn uri(self) -> String
fn method(self) -> String
fn header(self, name: String) -> Option
fn body(self) -> Option

Returns the body as exo::Reader when available. The body can only be received once.