We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eada37b + 01baf22 commit 7ced1abCopy full SHA for 7ced1ab
README.md
@@ -2,7 +2,8 @@
2
3
Net::HTTP provides a rich library which can be used to build HTTP
4
user-agents. For more details about HTTP see
5
-[RFC2616](http://www.ietf.org/rfc/rfc2616.txt).
+[RFC9110 HTTP Semantics](https://www.ietf.org/rfc/rfc9110.html) and
6
+[RFC9112 HTTP/1.1](https://www.ietf.org/rfc/rfc9112.html).
7
8
Net::HTTP is designed to work closely with URI. URI::HTTP#host,
9
URI::HTTP#port and URI::HTTP#request_uri are designed to work with
0 commit comments