HTTPHandlerWithMethod takes in a handler func and wraps it so only requests with the specified method (POST, GET, etc) will go through to the handler.
(method string, h http.HandlerFunc)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected