Hi All!

I wonder if somebody could help me.

I need a little help with rocket :(

I have a contoller like:

def statementlist():
  body = request.body.read()
  return dict(body=body)



And I try to send a request as:

curl -H "Transfer-Encoding: chunked" --data 'Some data inside the 
request...'

but the body is empty :(


-- 



Reply via email to