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.
1 parent 18b6246 commit f192eb8Copy full SHA for f192eb8
http/get_compressed/README.md
@@ -95,7 +95,7 @@ When programatically checking if the `Content-Type` header contains a specific
95
format, it is important to use a parser that can handle parameters or look
96
only at the media type part of the header. This is not an exclusivity of the
97
Arrow IPC format, but a general rule for all media types. For example,
98
-`application/json; charset=utf-8` should be match `application/json`.
+`application/json; charset=utf-8` should match `application/json`.
99
100
## HTTP/1.1 Response Compression
101
0 commit comments