http_type/body/
type.rs

1
2
3
4
5
/// Http body vec
pub type HttpBodyVec = Vec<u8>;

/// Http body string
pub type HttpBodyString = String;