mhjort / ring-apigw-lambda-proxy

Ring middleware for handling AWS API Gateway Lamdbda proxy Requests and responses
MIT License
8 stars 6 forks source link

Library doesn't support HEAD method #13

Open coreagile opened 5 years ago

coreagile commented 5 years ago

Is there a reason? Kind of curious. :-)

mhjort commented 5 years ago

I have not needed that yet :) Also now library always returns always body so it should be changed a bit to work properly with HEAD. That said, I am happy to accept PR with HEAD support.