Completed
HTTP/3 in curl
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
HTTP/3 is Next Generation HTTP - Is it QUIC Enough?
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Daniel Stenberg
- 3 Classic HTTP Network Stack
- 4 Ossification casualties
- 5 Improvements
- 6 Build on top of UDP
- 7 UDP isn't reliable, QUIC is
- 8 Streams!
- 9 Independent streams
- 10 Application protocols over QUIE
- 11 Stacks: old vs new
- 12 HTTP feature comparison
- 13 HTTP/3 is faster
- 14 This service - over there!
- 15 Race connection attempts?
- 16 Eight HTTP/3 challenges
- 17 Implementations
- 18 Implementation Status
- 19 HTTP/3 in curl
- 20 Ship curl HTTP/3-enabled?
- 21 Websockets?
- 22 Take-aways