TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Curl with Rust by Daniel Stenberg (Rust Linz, 2022-01, YouTube)

1 pointsby simon04over 3 years ago

1 comment

simon04over 3 years ago
Daniel Stenberg is talking about three Rust based backends for curl: hyper (HTTP&#x2F;2), rustls (TLS), quiche (HTTP&#x2F;3). <a href="https:&#x2F;&#x2F;github.com&#x2F;curl&#x2F;curl&#x2F;blob&#x2F;master&#x2F;lib&#x2F;c-hyper.c" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;curl&#x2F;curl&#x2F;blob&#x2F;master&#x2F;lib&#x2F;c-hyper.c</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;curl&#x2F;curl&#x2F;blob&#x2F;master&#x2F;lib&#x2F;vtls&#x2F;rustls.c" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;curl&#x2F;curl&#x2F;blob&#x2F;master&#x2F;lib&#x2F;vtls&#x2F;rustls.c</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;curl&#x2F;curl&#x2F;blob&#x2F;master&#x2F;lib&#x2F;vquic&#x2F;quiche.c" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;curl&#x2F;curl&#x2F;blob&#x2F;master&#x2F;lib&#x2F;vquic&#x2F;quiche.c</a>