41 lines
739 B
Plaintext
41 lines
739 B
Plaintext
|
binaryninja.requests.Session
|
||
|
============================
|
||
|
|
||
|
.. currentmodule:: binaryninja.requests
|
||
|
|
||
|
.. autoclass:: Session
|
||
|
|
||
|
|
||
|
.. automethod:: __init__
|
||
|
|
||
|
|
||
|
.. rubric:: Methods
|
||
|
|
||
|
.. autosummary::
|
||
|
|
||
|
~Session.__init__
|
||
|
~Session.close
|
||
|
~Session.delete
|
||
|
~Session.get
|
||
|
~Session.get_adapter
|
||
|
~Session.get_redirect_target
|
||
|
~Session.head
|
||
|
~Session.merge_environment_settings
|
||
|
~Session.mount
|
||
|
~Session.options
|
||
|
~Session.patch
|
||
|
~Session.post
|
||
|
~Session.prepare_request
|
||
|
~Session.put
|
||
|
~Session.rebuild_auth
|
||
|
~Session.rebuild_method
|
||
|
~Session.rebuild_proxies
|
||
|
~Session.request
|
||
|
~Session.resolve_redirects
|
||
|
~Session.send
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|