Question: get the body of a HTTP Request
Exercise
Correct!
code_here
this.Request.Body
assert(line1 == l1);
function rpls(str){ return str.toLowerCase().replace(/'/g,'').replace(/ /g, ''); } var l1 = rpls("this.Request.Body");