From: Amos Jeffries Date: Fri, 5 Dec 2014 13:07:30 +0000 (-0800) Subject: HTTP/2: Add method PRI registration X-Git-Tag: merge-candidate-3-v1~457 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d1a9afcfcaf0ef83d52c1487d0403c8930bbff3;p=thirdparty%2Fsquid.git HTTP/2: Add method PRI registration --- diff --git a/src/http/MethodType.h b/src/http/MethodType.h index e0b47b468f..cfe2e52d42 100644 --- a/src/http/MethodType.h +++ b/src/http/MethodType.h @@ -87,6 +87,9 @@ typedef enum _method_t { METHOD_UNBIND, #endif + // draft-ietf-httpbis-http2-16 section 11.6 + METHOD_PRI, + // Squid extension methods METHOD_PURGE, METHOD_OTHER,