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

### Please describe your feature request: Currently httpx doesn't support filtering results on basis of content-type. ### Describe the use case of this feature: during bug bounties automation we need...

Type: Enhancement

### httpx version: v1.2.1-dev ### Current Behavior: Each target triggers a DNS IP lookup via `ipisp.LookupIP`: https://github.com/ammario/ipisp/blob/master/dnsclient.go` ### Expected Behavior: For large amounts of targets, the API provider recommends using...

Status: On Hold
Type: Enhancement

Along #384 add support for screenshot capability via **-screenshot** option

Type: Discussion
Type: Enhancement

Would be interesting to add a modality to perform requests via headless browser

Type: Discussion
Type: Enhancement

### httpx version: 1.1.4 ### Current Behavior: When using `httpx` together with `-stream` and `-stats`, stats don't actually show up. ### Expected Behavior: Statistics show up even when using `-stream`...

Priority: Low
Type: Maintenance

**Is your feature request related to a problem? Please describe.** Although the tool is specific, it would be handy to have the chance to write custom code to manipulate the...

Type: Discussion
Type: Enhancement

There are a couple of things which I don't know if are ok: - Variable/function naming. Non-native speaker so maybe the spelling is wrong. - You can input from the...

### httpx version: 1.2.4 ### Current Behavior: -path filename does not work on windows ### Expected Behavior: the application works properly on windows ### Steps To Reproduce: http.exe -l hosts.txt...

Priority: High
Status: On Hold
Type: Bug
Type: Question

### Please describe your feature request: A new option to list all the json output field keys name which can be further used with matchers / filters. ```yaml -ldv, -list-dsl-variables...

Priority: Medium
Status: Completed
Type: Enhancement

### httpx version: Current dev HEAD. ### Current Behavior: httpx `-silent` and `-debug-[req|resp]` flags can be used at the same time. Doing it simply doesn't output the debug information. ###...

Priority: Low
Status: Completed
Type: Bug