Building Microservices with Go: 12 Using Gzip compression for HTTP responses

Weekly live stream which teaches how to build Microservices using the Go programming language. In this episode we walk through how to wrap a to enable Gzip compression for HTTP responses. Source: HTTP Headers Accept-Encoding: HTTP ResponseWriter: #ResponseWriter Series Content: Over the weeks we wil
Back to Top