File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -528,6 +528,10 @@ def read_json(
528528 a file-like buffer. See the fsspec and backend storage implementation
529529 docs for the set of allowed keys and values
530530
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+
531535 .. versionadded:: 1.2.0
532536
533537 Returns
Original file line number Diff line number Diff line change 352352 a file-like buffer. See the fsspec and backend storage implementation
353353 docs for the set of allowed keys and values.
354354
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+
355359 .. versionadded:: 1.2
356360
357361Returns
You can’t perform that action at this time.
0 commit comments