GopherCon 2022: Tom Lyons: How I Write HTTP Clients After (almost) 7 Years
Description:
Explore a paradigm-shifting approach to building HTTP clients in Go through this 40-minute conference talk from GopherCon 2022. Discover how to leverage client decorators to enhance the development, testing, and maintainability of HTTP clients. Learn from Tom Lyons as he draws inspiration from Mat Ryer's renowned article and previous GopherCon talk on HTTP services, adapting those principles to client-side development. Gain insights into creating robust HTTP clients that rival the middleware capabilities of HTTP servers, potentially revolutionizing your approach to client-side Go programming.
How to Write Better HTTP Clients - Lessons from 7 Years of Experience