My Tornado application accepts POST data through http body request
In my handler I am able to get the request
def post(self): data = self.request.bo