binaryninja/commercial/api-docs/_sources/binaryninja.requests.Response.txt

40 lines
651 B
Plaintext
Raw Normal View History

2018-12-13 18:39:52 +00:00
binaryninja.requests.Response
=============================
.. currentmodule:: binaryninja.requests
.. autoclass:: Response
.. automethod:: __init__
.. rubric:: Methods
.. autosummary::
~Response.__init__
~Response.close
~Response.iter_content
~Response.iter_lines
~Response.json
~Response.raise_for_status
.. rubric:: Attributes
.. autosummary::
~Response.apparent_encoding
~Response.content
~Response.is_permanent_redirect
~Response.is_redirect
~Response.links
~Response.next
~Response.ok
~Response.text