Skip to main content

xmlCheckHTTPInput

Function xmlCheckHTTPInput 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlCheckHTTPInput( ctxt: *mut _xmlParserCtxt, ret: *mut _xmlParserInput, ) -> *mut _xmlParserInput
Expand 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);