This allows mux to compare and match the requests based on the HTTP method as well. If we compare the methods in the middleware chain, then mux will try to redirect the request to the first match it finds. |
||
|---|---|---|
| .. | ||
| api | ||
| models | ||
| rest | ||
| services | ||
| storage | ||
| url | ||
| utils | ||
| .gitignore | ||
| config.yml | ||
| go.mod | ||
| go.sum | ||
| Makefile | ||
| README.md | ||
| server.go | ||
internal-tools-server
This is the server-side repo for the internal tools framework