pub fn request_bytes(request_bytes: &[u8]) -> Result<Vec<u8>, SysError>
Issue a raw HTTP request. The request_bytes payload format depends on the Kernel’s expectation (e.g. JSON or MsgPack representation of the HTTP request).
request_bytes