curl / curl-container

curl images
MIT License
61 stars 12 forks source link

support HTTP/3 #23

Open xquery opened 1 year ago

xquery commented 1 year ago

https://github.com/curl/curl-docker/issues/76

xquery commented 1 year ago

will target an initial experimental release eg. curl-http3-exp which will use hyper as backend

xquery commented 7 months ago

now that curl has removed expiremental - time to do this here

marcelofernandez commented 5 months ago

Hi!

I forked this repo to get a working image of curl with HTTP/3 support so that I could set up an HTTP/3 Kathara laboratory for our Network Fundamentals University course:

https://github.com/redesunlu/curl-container-http3

Although I only did the changes needed to get a debian-dev curl working image, you could merge most of those changes in a new branch here as a starting point. I could add some help to see this implemented upstream (given enough of my spare time).

Regards