#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_http_get(stack: Stack) -> StackExpand description
Perform HTTP GET request
Stack effect: ( url – response )
Returns a Map with status, body, ok, and optionally error.
§Safety
Stack must have a String (URL) on top