Kevin

Results 2 issues of Kevin

Sets DOCTYPE html for HTML5 rendering. Explicitly specifying DOCTYPE puts browser in standard rendering mode and is recommended by w3c: https://www.w3.org/QA/Tips/Doctype.

This adds support for Bearer type authorization header. Incorporated suggestions by @catenacyber at https://github.com/OISF/libhtp/pull/325#pullrequestreview-620194346: - defined `HTP_AUTH_BEARER` constant, - added test file and `TEST_F(ConnectionParsing, AuthBearer)` using example from RFC6750. Fixes...