httpx
httpx copied to clipboard
httpx is a fast and multi-purpose HTTP toolkit that allows running multiple probes using the retryablehttp library.
### httpx version: 1.2.9 ### Current Behavior: When I used httpx as the go library, I found that there was a memory leak in fastdialer for a period of time....
### httpx version: v1.2.6 ### Current Behavior: ``` [DBG] Failed 'http://*.*.*.*:8080': GET http://*.*.*.*:8080 giving up after 1 attempts: Get "http://*.*.*.*:8080": net/http: HTTP/1.x transport connection broken: malformed MIME header: missing colon:...
I encountered a very strange bug. I want to use Python to call a Golang compiled httpx program by running test.py script. Here's the code: java Copy code import subprocess...
扫描c段时一直卡着不动 等了将近半小时没有输出1个结果 是我命令不对吗 
### Please describe your feature request: some sort of flag to activate a round-robin system for 429 responses, eg `-rr 4` would mean any request that returned a 429 rate-limiting...
### httpx version: 1.2.5 ### Current Behavior: httpx 1.2.5 ignores `-proxy` when `-unsafe` is used. ### Expected Behavior: httpx should respect `-proxy` regardless of `-unsafe` usage. ### Steps To Reproduce:...
### Please describe your feature request: It'd be nice to have a flag to show the first N characters of the response body with httpx. Example usage: ``` $ cat...
### httpx version: v1.3.9 (latest) ### Scan targets: ``` root@localhost:~# cat targets ads-setu-proxy-gamma.amazon.com us-east-2.threat-mitigation.aws.amazon.com:8080 154.85.48.131:47001 ``` ### Steps To Reproduce: ``` root@localhost:~# httpx -l targets -exclude ads-setu-proxy-gamma.amazon.com,us-east-2*.amazon.com:8080,154.85.48.131:47001 __ __ __...
### httpx version: 1.3.9 ### Current Behavior: ``` httpx -duc -u https://www.cloudflare.com -debug -tlsi ``` randomly got output: ``` __ __ __ _ __ / /_ / /_/ /_____ |...
### httpx version: httpx (v1.3.9) ### Current Behavior: When utilizing the following command to retrieve status codes: ```bash httpx -u https://twitter.com/nanicyb -sc ``` The tool occasionally outputs both 200 and...