go-httpbin is a Go reimplementation of httpbin, the HTTP request and response testing service. Provides endpoints for testing HTTP methods, status codes, redirects, cookies, authentication, and more — all with a built-in Swagger UI for interactive exploration.
HTTP request and response testing service. A Go reimplementation of the classic httpbin with full API compatibility and built-in documentation.
/status/{code} to get any HTTP status code response/anything echoes back everything about your request/redirect/{n} to test redirect chainsISC — GitHub
This template uses go-httpbin, a maintained Go reimplementation with full API compatibility.