Skip to content

Commit 7ced1ab

Browse files
authored
Merge pull request #166 from MSP-Greg/00-ietf-docs
[DOC] README.md - update rfc references
2 parents eada37b + 01baf22 commit 7ced1ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
Net::HTTP provides a rich library which can be used to build HTTP
44
user-agents. For more details about HTTP see
5-
[RFC2616](http://www.ietf.org/rfc/rfc2616.txt).
5+
[RFC9110 HTTP Semantics](https://www.ietf.org/rfc/rfc9110.html) and
6+
[RFC9112 HTTP/1.1](https://www.ietf.org/rfc/rfc9112.html).
67

78
Net::HTTP is designed to work closely with URI. URI::HTTP#host,
89
URI::HTTP#port and URI::HTTP#request_uri are designed to work with

0 commit comments

Comments
 (0)