Web3 Enjoyer

Results 8 issues of Web3 Enjoyer

### Description When I looked into the module, I saw that I can return only body, headers, status, and how can I return cookies?

triage

In the aptos doc I find such endpoint "/v1/transactions" but I am afraid that it didn't gather pending transactions and is putting only this three types: user_transaction, state_checkpoint_transaction, block_metadata_transaction. What...

community

### Checklist - [X] I believe the idea is awesome and would benefit the framework - [X] I have searched in the issue tracker for similar requests, including closed ones...

enhancement

I am afraid but it seems like ip is not changing: ``` import tls_client s = tls_client.Session( client_identifier="chrome_105" ) res = s.get("http://httpbin.org/ip", proxy="http://6j80wk0dmeef:[email protected]:7492") print(res.text) ```

Hi, reversing the web version is of course no problem, but how to reverse the Threads application, I can't figure out. I used httptoolkit, which could not decode the https...

question

For example on python if there is no proxy options I can use such code: ``` os.environ['http_proxy'] = proxy os.environ['https_proxy'] = proxy ``` to pass traffic of the entire application...

question

Hi, reversing the web version is of course no problem, but how to reverse the Threads application, I can't figure out. I used httptoolkit, which could not decode the https...

Hi, reversing the web version is of course no problem, but how to reverse the Threads application, I can't figure out. I used httptoolkit, which could not decode the https...

question