2020-08-02 UTC
# [dmitshur] My reading of the HTTP/1.0 spec is that is within spec for a endpoint to return 200 OK to some path when the method is GET, and 405 when the method is HEAD. In other words, implementing support for the HEAD method is optional and it's valid not to. Can anyone confirm or deny my understanding?