Based on the fact that HEAD method is a GET-like with no content, I think that binding of query parameters should be allowed for HEAD methods as well here:
|
if c.Request().Method == http.MethodGet || c.Request().Method == http.MethodDelete { |
Thoughts?
Based on the fact that HEAD method is a GET-like with no content, I think that binding of query parameters should be allowed for HEAD methods as well here:
echo/bind.go
Line 118 in 8b4cce5
Thoughts?