Zen API
|
kSize kHttpServerRequest_HeaderCount | ( | kHttpServerRequest | request | ) |
Returns the total count of headers parsed from this request.
The headers reported by this function can include both leading and trailing headers. However, trailing headers are only reported after the final segment of a chunk-encoded message is parsed.
request | Request object. |