pub trait CurlBodyRequest { // Required method fn get_bytes(&self) -> Option<&Vec<u8>>; }
The purpose of this trait is to be able to accept request body with Option<Vec> or Vec