Skip to content

Commit 895e463

Browse files
authored
Update HTTP/2 support info for Ky (#2374)
1 parent 3a06919 commit 895e463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,14 @@ By default, Got will retry on failure. To disable this option, set [`options.ret
172172

173173
| | `got` | [`node-fetch`][n0] | [`ky`][k0] | [`axios`][a0] | [`superagent`][s0] |
174174
|-----------------------|:-------------------:|:--------------------:|:------------------------:|:------------------:|:----------------------:|
175-
| HTTP/2 support | :heavy_check_mark:¹ | :x: | :x: | :x: | :heavy_check_mark:\*\* |
175+
| HTTP/2 support | :heavy_check_mark:¹ | :x: | :heavy_check_mark: | :x: | :heavy_check_mark:\*\* |
176176
| Browser support | :x: | :heavy_check_mark:\* | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
177177
| Promise API | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
178178
| Stream API | :heavy_check_mark: | Node.js only | :x: | :x: | :heavy_check_mark: |
179179
| Pagination API | :heavy_check_mark: | :x: | :x: | :x: | :x: |
180180
| Request cancelation | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
181181
| RFC compliant caching | :heavy_check_mark: | :x: | :x: | :x: | :x: |
182-
| Cookies (out-of-the-box) | :heavy_check_mark: | :x: | :x: | :x: | :x: |
182+
| Cookies (out-of-the-box) | :heavy_check_mark: | :x: | :x: | :x: | :x: |
183183
| Follows redirects | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
184184
| Retries on failure | :heavy_check_mark: | :x: | :heavy_check_mark: | :x: | :heavy_check_mark: |
185185
| Progress events | :heavy_check_mark: | :x: | :heavy_check_mark:\*\*\* | Browser only | :heavy_check_mark: |

0 commit comments

Comments
 (0)