In search of the best Go HTTP router for REST
I’m diving into REST APIs, and I want to implement one in Go, largely as a way to teach myself more about the language. One of the first problems I came up across (within an hour of starting coding) is that the HTTP router I selected (gorilla/mux) doesn’t have any way to issue a 405 …
Continue reading ‘In search of the best Go HTTP router for REST’ »