Hello team!
Great library. I was wondering if the server should respond with http.StatusNotImplemented rather than http.StatusNotFound.
The reason is that some of the APIs return a 404 as a legitimate response. This should make sure it flags it as a missing handler.
What are your thoughts?