perkfly
perkfly
By selecting a impersonate target, we have to iterate over the list. it makes more sense to put the recent ones up top. Or even better, use a dict-like sturcture.
**Describe the bug** It seems that dpkt can not parse pcap files captured for Chrome 124 with the X25519Kyber768 key encapsulation method. It alwasy gives a NeedData error: ``` dpkt.dpkt.NeedData:...
**Is your feature request related to a problem? Please describe.** It is very common that we only want part of the json response. Using jsonpath, we can directly select the...
Extract LLM-friendly markdown text from response. **Is your feature request related to a problem? Please describe.** N/A **Describe the solution you'd like** ```py from curl_cffi import requests r = requests.get("https://example.com/content-20240704.html")...
The http2 fingerprints have changed.
Still work in progress. BoringSSL is not compiled correctly according to the CI logs. Close #51, close #42.
I'm curious what is the performance difference between c-minhash and r-minhash. Are there any plans to implement the original c-minhash in this package?