Skip to main content

Module command

Module command 

Source
Expand description

The Command based API for crux_http

Use methods on the Http type. For example:

Http::get("https://httpbin.org/get")
    .expect_string()
    .build()
    .then_send(Event::ReceiveResponse);

Re-exports§

pub use crate::Http;

Structs§

RequestBuilder
Request Builder