Skip to main content

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

HTTP POST. ( url body content-type -- response ).

ยงSafety

Stack must have three Strings on top: url, body, content-type.