Introduce DNS-over-HTTPS and HTTP2 support

- add more advanced multiplexing to match on HTTP request properties
- introduce custom DNS client to cover traditional UDP/TCP and HTTPS transport with the same client
- add HTTP2 check module and server functionality where applicable
This commit is contained in:
Peter 2021-10-22 06:58:22 +00:00
parent 5cad2aa156
commit e7e9e82667

View file

@ -23,6 +23,7 @@ enum AppProtocol {
APP_PROTOCOL_HTTP = 2;
APP_PROTOCOL_HTTP_PROXY = 3;
APP_PROTOCOL_PPROF = 4;
APP_PROTOCOL_DNS_OVER_HTTPS = 5;
}
enum TLSVersion {