Simple Usage
Simple usage for network requests
Last updated
Simple usage for network requests
Last updated
get
request:Requests are sent through to spoof the TLS client fingerprint. This is done automatically, and is completely transparent to the user.
Other request methods include post
, put
, delete
, head
, options
, and patch
.
The Response
object is a near 1:1 replica of the requests.Response
object, with some additional attributes.