Function Request.post
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
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