File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -528,6 +528,10 @@ def read_json(
528
528
a file-like buffer. See the fsspec and backend storage implementation
529
529
docs for the set of allowed keys and values.
530
530
531
+ headers : dict, optional
532
+ HTTP headers that are passed to urlopen. Allows to specify the User-Agent
533
+ in case the urllib User-Agent is blocked for example
534
+
531
535
.. versionadded:: 1.2.0
532
536
533
537
Returns
Original file line number Diff line number Diff line change 352
352
a file-like buffer. See the fsspec and backend storage implementation
353
353
docs for the set of allowed keys and values.
354
354
355
+ headers : dict, optional
356
+ HTTP headers that are passed to urlopen. Allows to specify the User-Agent
357
+ in case the urllib User-Agent is blocked for example
358
+
355
359
.. versionadded:: 1.2
356
360
357
361
Returns
You can’t perform that action at this time.
0 commit comments