Completed
How to get involved
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Introduction to AsyncHTTPClient
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Authors
- 4 Community
- 5 Why AsyncHTTPClient
- 6 What about URLSession
- 7 Synchronous Decoupling
- 8 Problems with Microservices
- 9 Layering
- 10 Pipeline
- 11 HTTP Pipeline
- 12 Features
- 13 Event Loop
- 14 Thread Pool
- 15 Event Loop Group
- 16 HTTP Client
- 17 HTTP Response
- 18 Streaming API
- 19 HTTP Delegate
- 20 Backpressure
- 21 Streaming
- 22 Future
- 23 TLS
- 24 Redirects
- 25 Timeouts
- 26 Proxy
- 27 Next steps
- 28 How to get involved