40 lines
813 B
Plaintext
40 lines
813 B
Plaintext
binaryninja.requests.PreparedRequest
|
|
====================================
|
|
|
|
.. currentmodule:: binaryninja.requests
|
|
|
|
.. autoclass:: PreparedRequest
|
|
|
|
|
|
.. automethod:: __init__
|
|
|
|
|
|
.. rubric:: Methods
|
|
|
|
.. autosummary::
|
|
|
|
~PreparedRequest.__init__
|
|
~PreparedRequest.copy
|
|
~PreparedRequest.deregister_hook
|
|
~PreparedRequest.prepare
|
|
~PreparedRequest.prepare_auth
|
|
~PreparedRequest.prepare_body
|
|
~PreparedRequest.prepare_content_length
|
|
~PreparedRequest.prepare_cookies
|
|
~PreparedRequest.prepare_headers
|
|
~PreparedRequest.prepare_hooks
|
|
~PreparedRequest.prepare_method
|
|
~PreparedRequest.prepare_url
|
|
~PreparedRequest.register_hook
|
|
|
|
|
|
|
|
|
|
|
|
.. rubric:: Attributes
|
|
|
|
.. autosummary::
|
|
|
|
~PreparedRequest.path_url
|
|
|
|
|