#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_http_put(stack: Stack) -> StackExpand 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)