ghttp_parser_reset()

ghttp_parser_reset()#

Reset an HTTP parser to its initial state.

Prototype

PUBLIC void ghttp_parser_reset(void);
        

Parameters

Key

Type

Description

-

-

This function does not take any parameters.


Return Value

No return value. This function resets the parser’s state.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples