Skip to main content

send_bytes

Function send_bytes 

Source
pub fn send_bytes(req: RequestBuilder, ctx: &str) -> Result<Vec<u8>>
Expand description

Send a request and return its body as raw bytes. For artifact downloads (zip / tarball) — the bytes go straight to disk on the caller’s side.