40 lines
651 B
Plaintext
40 lines
651 B
Plaintext
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
|
|
|
|
|