patch_seq_http_delete

Function patch_seq_http_delete 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_http_delete(stack: Stack) -> Stack
Expand description

Perform HTTP DELETE request

Stack effect: ( url – response )

Returns a Map with status, body, ok, and optionally error.

§Safety

Stack must have a String (URL) on top