Skip to main content

pending_req_header_insert

Function pending_req_header_insert 

Source
pub unsafe extern "C" fn pending_req_header_insert(
    pending_req_handle: PendingRequestHandle,
    name: *const u8,
    name_len: usize,
    value: *const u8,
    value_len: usize,
    target: PendingResponseKind,
) -> FastlyStatus