2015-05-29 UTC
# bret aaronpk: sorry was pulled away from irc. no, node's http server does not automatically decode the body, and even express requires that you set that middle ware up as of today. requires libs to do the encoding and decoding. using the JSON.stringify or JSON.parse on the body of the req or res is easier in this case. but doing form encoded isnt hard either,