nginx/src/http/v2
Maxim Dounin 82ec849271 Allowed '-' in method names.
It is used at least by SOAP (M-POST method, defined by RFC 2774) and
by WebDAV versioning (VERSION-CONTROL and BASELINE-CONTROL methods,
defined by RFC 3253).
2016-10-10 16:24:50 +03:00
..
ngx_http_v2_filter_module.c HTTP/2: always handle streams in error state. 2016-07-19 20:22:44 +03:00
ngx_http_v2_huff_decode.c The HTTP/2 implementation (RFC 7240, 7241). 2015-09-11 20:13:06 +03:00
ngx_http_v2_huff_encode.c HTTP/2: fixed undefined behavior in ngx_http_v2_huff_encode(). 2016-02-12 16:36:20 +03:00
ngx_http_v2_module.c HTTP/2: implemented preread buffer for request body (closes #959). 2016-05-24 17:37:52 +03:00
ngx_http_v2_module.h HTTP/2: implemented preread buffer for request body (closes #959). 2016-05-24 17:37:52 +03:00
ngx_http_v2_table.c The HTTP/2 implementation (RFC 7240, 7241). 2015-09-11 20:13:06 +03:00
ngx_http_v2.c Allowed '-' in method names. 2016-10-10 16:24:50 +03:00
ngx_http_v2.h HTTP/2: avoid left-shifting signed integer into the sign bit. 2016-07-07 21:03:21 +03:00