patch_seq_http_put

Function patch_seq_http_put 

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

Perform HTTP PUT request

Stack effect: ( url body content-type – response )

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

§Safety

Stack must have three String values on top (url, body, content-type)