mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2025-03-04 14:37:15 +00:00

For HTTP/2, we do this validation in libnghttp2. http-parser does this partially, when it parses URI, but it does not do anything for Host header field. libspdylay does not perform anything. So do some additional validation for HTTP/1 and SPDY cases. integration tests were also added to make sure they work.
See README.rst
Description
Languages
C++
50.2%
C
40%
Go
4%
Python
2%
M4
1.6%
Other
2.2%