dup_headers
Description:
[
Version ( since =
"3.24" ) ]
public NameValueArray?
dup_headers ()
Get the list of the raw headers which are defined for the current state of the parser.
These headers are valid until the next call to step, or
drop_step.
Parameters:
Returns:
The headers, or null, if there are no headers defined for the current part or state. Free it with
free.
|