Skip to main content

fetch_abort

Function fetch_abort 

Source
pub fn fetch_abort(handle: u32) -> bool
Expand description

Abort an in-flight request. Returns true if the handle was known.

The request transitions to FETCH_ABORTED; any body chunks already queued remain readable via fetch_recv until drained.