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