pub fn fetch_post( url: &str, content_type: &str, body: &[u8], ) -> Result<FetchResponse, i64>
HTTP POST with raw bytes.