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§
- Request
Builder - Request Builder