For those who fails to build this package, you can use curl-http3-msquic instead.
Search Criteria
Package Details: curl-http3 7.82.0-1
Git Clone URL: | https://aur.archlinux.org/curl-http3.git (read-only, click to copy) |
---|---|
Package Base: | curl-http3 |
Description: | An URL retrieval utility and library - compiled with HTTP/3 support - binary is called curl3 |
Upstream URL: | https://curl.haxx.se |
Keywords: | curl http3 |
Licenses: | MIT |
Submitter: | T4cC0re |
Maintainer: | T4cC0re (NetaliDev) |
Last Packager: | NetaliDev |
Votes: | 10 |
Popularity: | 0.32 |
First Submitted: | 2019-11-08 15:28 (UTC) |
Last Updated: | 2022-03-13 22:12 (UTC) |
Dependencies (11)
- ca-certificates (ca-certificates-utils)
- libidn2 (libidn2-nodocs-git, libidn2-git)
- libidn2.so (libidn2-nodocs-git, libidn2-git, libidn2)
- libnghttp2 (libnghttp2-git)
- libpsl (libpsl-git)
- openssl (openssl-hardened, openssl-static, quictls-openssl, openssl-git)
- zlib (zlib-static, zlib-git, zlib-ng-compat-git, zlib-ng-compat)
- cmake (cmake-git) (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- go (go-git, go-go2go-git, go-beta, gcc-go-git, gcc-go) (make)
- rust (rust-i586-git, rust-nightly, rust-nightly-bin, rust-git, rustup-git, rustup) (make)
Required by (0)
Sources (2)
Latest Comments
Menci commented on 2022-06-04 03:48 (UTC)
chovy commented on 2022-05-07 13:15 (UTC)
:: PGP keys need importing:
-> 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2, required by: curl-http3
==> Import? [Y/n] y
:: Importing keys with gpg...
gpg: keyserver receive failed: Server indicated a failure
error: target not found: rust
error: target not found: go
FunctionalHacker commented on 2021-12-04 15:03 (UTC)
I needed to install rtmpdump
to get this working. Otherwise I was getting
curl3: error while loading shared libraries: librtmp.so.1: cannot open shared object file: No such file or directory
It is probably being pulled as a build dep but if you are building on another machine and install on another, it doesn't get installed. So rtmpdump
probably needs to be added as a dependency
RouxAntoine commented on 2020-11-17 22:50 (UTC) (edited on 2020-11-17 22:50 (UTC) by RouxAntoine)
thanks for 7.73 upgrade, and quiche too
T4cC0re commented on 2020-04-30 10:45 (UTC)
curl 7.70.0!
After curl 7.69.* was hard to build with quiche, curl 7.70.0 works again :)
To connect to a host via http3, just use the --http3
flag
$ curl3 -vvv -IXGET --http3 https://t4cc0.re
ZeroDot1 commented on 2020-04-28 13:32 (UTC)
T4cC0re commented on 2020-01-24 15:29 (UTC)
7.68.0-3 bumped quiche to 0.2.0
T4cC0re commented on 2019-12-18 23:18 (UTC)
@asem: Done. Thanks for reporting!
commented on 2019-12-16 16:21 (UTC)
Hello
add go to makedepends
Pinned Comments
T4cC0re commented on 2020-04-30 10:45 (UTC)
curl 7.70.0!
After curl 7.69.* was hard to build with quiche, curl 7.70.0 works again :)
To connect to a host via http3, just use the
--http3
flag