macro_rules! http_client {
() => { ... };
}Expand description
Create a crate::net_http::Client that works in both heap and zero-heap
modes. In zero-heap mode the response body and headers borrow into the
client’s embedded _resp_buf[CONFIG_OVE_NET_HTTP_MAX_RESPONSE] and are
valid until the next request.