pub struct HttpRequestBody {} impl HttpRequestBody { pub fn from_string(content: String) -> Self { todo!() } }