httpx icon indicating copy to clipboard operation
httpx copied to clipboard

httpx is a fast and multi-purpose HTTP toolkit that allows running multiple probes using the retryablehttp library.

Results 160 httpx issues
Sort by recently updated
recently updated
newest added

### 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....

Type: Bug

### 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:...

Type: Bug

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...

Type: Enhancement

扫描c段时一直卡着不动 等了将近半小时没有输出1个结果 是我命令不对吗 ![image](https://user-images.githubusercontent.com/93123422/231100914-e24caca2-5a69-4976-81d2-b619b61ae3ec.png)

Type: Bug

### 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...

Type: Enhancement

### 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:...

Type: Bug
Type: Question

### 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...

Type: Enhancement

### 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 __ __ __...

Type: Bug

### httpx version: 1.3.9 ### Current Behavior: ``` httpx -duc -u https://www.cloudflare.com -debug -tlsi ``` randomly got output: ``` __ __ __ _ __ / /_ / /_/ /_____ |...

Type: Bug

### 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...

Status: Completed
Type: Bug
Investigation