nginx-quic/src/http/v3
Roman Arutyunyan eea23ac250 HTTP/3: "quic" parameter of "listen" directive.
Now "listen" directve has a new "quic" parameter which enables QUIC protocol
for the address.  Further, to enable HTTP/3, a new directive "http3" is
introduced.  The hq-interop protocol is enabled by "http3_hq" as before.
Now application protocol is chosen by ALPN.

Previously used "http3" parameter of "listen" is deprecated.
2023-02-27 14:00:56 +04:00
..
ngx_http_v3.c HTTP/3: "quic" parameter of "listen" directive. 2023-02-27 14:00:56 +04:00
ngx_http_v3.h HTTP/3: "quic" parameter of "listen" directive. 2023-02-27 14:00:56 +04:00
ngx_http_v3_encode.c Merged with the default branch. 2021-12-24 15:53:59 +03:00
ngx_http_v3_encode.h HTTP/3: quic-qpack term updates. 2021-07-01 15:37:53 +03:00
ngx_http_v3_filter_module.c Merged with the default branch. 2022-06-22 18:34:58 +04:00
ngx_http_v3_module.c HTTP/3: "quic" parameter of "listen" directive. 2023-02-27 14:00:56 +04:00
ngx_http_v3_parse.c HTTP/3: require that field section base index is not negative. 2022-05-26 16:17:56 +04:00
ngx_http_v3_parse.h HTTP/3: bulk parse functions. 2021-07-08 21:52:47 +03:00
ngx_http_v3_request.c HTTP/3: "quic" parameter of "listen" directive. 2023-02-27 14:00:56 +04:00
ngx_http_v3_table.c HTTP/3: handled insertion reference to a going to be evicted entry. 2023-01-03 16:24:45 +04:00
ngx_http_v3_table.h HTTP/3: delayed Insert Count Increment instruction. 2022-01-27 12:20:47 +03:00
ngx_http_v3_uni.c HTTP/3: "quic" parameter of "listen" directive. 2023-02-27 14:00:56 +04:00
ngx_http_v3_uni.h HTTP/3: renamed files. 2021-12-07 13:01:28 +03:00