Does HTTP UPPERCASERER test for non POST requests?
Having passed the HTTP UPPERCASERER exercise and looking at the official solution I realised I hadn't checked that the request was a POST.
Am I reading the description wrong, or does the verification not send and check that a GET is ignored?
I see a relevant TODO :)
https://github.com/rvagg/learnyounode/blob/master/exercises/http_uppercaserer/exercise.js#L65
Ah ok, that's good!
As I've only just passed that exercise, I won't pretend to know how any of it works, but perhaps I should target my learning to addressing that TODO and submit a pull request.
I wouldn't hold my breathe for that happening anytime soon though :)
This issue should be closed as duplicate of #76