rsiot-http-client-config 0.0.8

Конфигурация HTTP-клиента
Documentation
1
2
3
4
5
6
use http::StatusCode;

pub struct Response {
    pub status_code: StatusCode,
    pub text: String,
}