You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...)
The text was updated successfully, but these errors were encountered:
It would be nice to have a Lint module so that we could validate the environment, and response.
Other Thoughts:
The text was updated successfully, but these errors were encountered: