ghttp_parser_destroy()
#
Destroy an HTTP parser and free associated resources.
Prototype
PUBLIC void ghttp_parser_destroy(void);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
This function does not take any parameters. |
Return Value
No return value. This function releases resources associated with the HTTP parser.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples