Read Go HTTP Request body multiple times
I think we can all agree that writing HTTP servers in Go is an overall simple and pleasant affair. But what happens when we find ourselves needing to read the body of an incoming request multiple times? A common use case would be a middleware that ne...
blog.flexicon.dev5 min read
Avi Rosenberg
SW and team leader @seagate
Where is the NewReusableReader func ?