Search Criteria
Package Details: httpx 1.9.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/httpx.git (read-only, click to copy) |
|---|---|
| Package Base: | httpx |
| Description: | A fast and multi-purpose HTTP toolkit allow to run multiple probers using retryablehttp library |
| Upstream URL: | https://github.com/projectdiscovery/httpx |
| Licenses: | MIT |
| Conflicts: | httpx, python-httpx |
| Provides: | httpx |
| Submitter: | imlonghao |
| Maintainer: | imlonghao |
| Last Packager: | imlonghao |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-06-01 14:12 (UTC) |
| Last Updated: | 2026-03-14 14:24 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- go (go-gitAUR, gcc-go-gitAUR, go-binAUR, goup-rsAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
Perfecon commented on 2024-02-03 23:54 (UTC) (edited on 2024-02-03 23:55 (UTC) by Perfecon)
This package should no longer be marked as conflicting with python-httpx since the binary name was renamed. The packages now have absolutely no conflicts. Files for httpx from the newest PKGBUILD:
And for python-httpx (with some omitted for brevity):
kseistrup commented on 2023-05-03 19:22 (UTC)
Great, thanks!
imlonghao commented on 2023-05-03 08:42 (UTC)
@kseistrup thanks for the info, I am renaming the binary to
httpx-toolkithttps://github.com/projectdiscovery/httpx/discussions/693
kseistrup commented on 2023-04-30 13:24 (UTC)
This package conflicts with
community/python-httpx: Both want to install/usr/bin/httpx.imlonghao commented on 2023-02-12 05:02 (UTC)
@allthatbflat, I'm not going to modify the GOPATH, persisting GOPATH to ~/go (by default) is good for cache purposes, which can speed up the download part next time. Besides, the Go package guidelines[1] didn't mention the GOPATH, so I would just follow the guidelines.
[1] https://wiki.archlinux.org/title/Go_package_guidelines