mango
mango copied to clipboard
Potential Middleware: Lint for validation
trafficstars
It would be nice to have a Lint module so that we could validate the environment, and response.
Other Thoughts:
- Will probably be a lot simpler than Rack::Lint, because Go is statically-typed, so we primarily just need to check the HTTP spec is being followed. (i.e. status code is >= 100, content-length matches, etc...)