patch_seq_http_post

Function patch_seq_http_post 

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