Skip to main content

request_bytes

Function request_bytes 

Source
pub fn request_bytes(request_bytes: &[u8]) -> Result<Vec<u8>, SysError>
Expand description

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).