From 01baf2281e68b581a35b58cf7f192310906b2342 Mon Sep 17 00:00:00 2001 From: MSP-Greg Date: Tue, 28 Nov 2023 15:11:19 -0600 Subject: [PATCH] [DOC] README.md - update rfc references --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88b8c2de..fcc1f395 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ Net::HTTP provides a rich library which can be used to build HTTP user-agents. For more details about HTTP see -[RFC2616](http://www.ietf.org/rfc/rfc2616.txt). +[RFC9110 HTTP Semantics](https://www.ietf.org/rfc/rfc9110.html) and +[RFC9112 HTTP/1.1](https://www.ietf.org/rfc/rfc9112.html). Net::HTTP is designed to work closely with URI. URI::HTTP#host, URI::HTTP#port and URI::HTTP#request_uri are designed to work with