#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlCheckHTTPInput(
ctxt: *mut _xmlParserCtxt,
ret: *mut _xmlParserInput,
) -> *mut _xmlParserInputExpand description
Check an input for HTTP access; with XML_PARSE_NONET set, HTTP inputs are refused and freed.
§UPSTREAM-PARITY
xmlParserInputPtr xmlCheckHTTPInput(xmlParserCtxtPtr ctxt,
xmlParserInputPtr ret);