Completed
Using quiche
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Curl with Rust: Adding Support for Rust Components - Daniel Stenberg
Automatically move to the next video in the Classroom when playback concludes
- 1 curl with rust
- 2 Reliable and predictable
- 3 Vulnerabilities
- 4 Many different backends
- 5 The making of an HTTP backend
- 6 HTTP involves a lot of things
- 7 Hyper is transmission-focused
- 8 Splitting up HTTP
- 9 build curl with hyper
- 10 HTTP backends
- 11 another TLS backend
- 12 another HTTP/3 and QUIC backend
- 13 libcurl backends
- 14 Using hyper
- 15 Using rustls
- 16 Using quiche
- 17 Status now
- 18 Coming up