You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/configuration.asciidoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,7 @@ When using the `ignore_status` parameter the error response will be returned ser
242
242
[[serializer]]
243
243
=== Serializers
244
244
245
-
Serializers transform bytes on the wire into native Python objects and vice-versa. By default the client ships with serializers for `application/json`, `application/x-ndjson`, `text/*`, and `application/mapbox-vector-tile`.
245
+
Serializers transform bytes on the wire into native Python objects and vice-versa. By default the client ships with serializers for `application/json`, `application/x-ndjson`, `text/*`, `application/vnd.apache.arrow.stream` and `application/mapbox-vector-tile`.
246
246
247
247
You can define custom serializers via the `serializers` parameter:
0 commit comments