From 6c2c3ec6ede218cb45e88e3efebaa544918c29b9 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Wed, 9 Apr 2014 09:54:22 -0700 Subject: [PATCH] HTTP/1.1: update reference to IANA method registry --- src/http/MethodType.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/http/MethodType.h b/src/http/MethodType.h index ce64956905..fbe811e419 100644 --- a/src/http/MethodType.h +++ b/src/http/MethodType.h @@ -4,8 +4,10 @@ namespace Http { -// see IANA registry: -// also: https://datatracker.ietf.org/doc/draft-ietf-httpbis-method-registrations +/* + * The IANA registry for HTTP status codes can be found at: + * http://www.iana.org/assignments/http-methods/http-methods.xhtml + */ typedef enum _method_t { METHOD_NONE = 0, -- 2.47.2