pub fn request( method: Method, url: &str, body: &[u8], ) -> FFIResult<RequestHandle>
Issue HTTP async request and returns handle.