Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How I Write HTTP Web Services After Eight Years
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 How to use this talk
- 3 Code time
- 4 Handler methods
- 5 Handler anonymous function
- 6 Handler dependencies
- 7 Random sources
- 8 Handlers
- 9 Middleware
- 10 Dealing with Data
- 11 Response helpers
- 12 Decoding
- 13 Futureproof
- 14 Response Types
- 15 Testing
- 16 Anonymous struct
- 17 Unit tests
- 18 Fake Handler
- 19 Testing Middleware
- 20 Conclusion