We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e0696c commit 462d711Copy full SHA for 462d711
README.md
@@ -110,11 +110,12 @@ and call `#readpartial` on it repeatedly until it returns `nil`:
110
This library aims to support and is [tested against][build-link]
111
the following Ruby versions:
112
113
+- JRuby 9.3
114
- Ruby 2.6
115
- Ruby 2.7
116
- Ruby 3.0
117
- Ruby 3.1
-- JRuby 9.3
118
+- Ruby 3.2
119
120
If something doesn't work on one of these versions, it's a bug.
121
@@ -160,5 +161,5 @@ See LICENSE.txt for further details.
160
161
[//]: # (links)
162
163
[documentation]: https://github.com/httprb/http/wiki
-[requests]: http://docs.python-requests.org/en/latest/
164
+[requests]: https://docs.python-requests.org/en/latest/
165
[llhttp]: https://llhttp.org/
0 commit comments