pub fn fetch_abort(handle: u32) -> boolExpand 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.
pub fn fetch_abort(handle: u32) -> boolAbort 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.