curl -X POST -H "Content-Type: application/json" -d '{"message":"hello nodecasts.org"}' http://localhost:8000/message
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d "message=Hello from using html form" http://localhost:8000/message