Overview net/http package of golang provides the status code constants which could be used to return different status codes- https://golang.org/src/net/http/status.go The same can also be used to return the 500 (StatusInternalServerError) HTTP…
Tag: 500
Server Error – 500 vs 502 vs 503 vs 504
Overview All 5XX errors are server errors. In this article, we will learn about the difference between all of them. In this article, we use the term proxy/gateway server. Some of the…