Params from post if content-type is "application/x-www-form-urlencoded"
request.post.has("name"); request.post.read("name", "Anonymous") // returns "Anonymous" if name was not posted
See Implementation
Params from post if content-type is "application/x-www-form-urlencoded"