http_type/body/
type.rs

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