form parameter processing in PUT method routes

5 views
Skip to first unread message

MD

unread,
Jul 17, 2012, 3:58:35 AM7/17/12
to bowler...@googlegroups.com
I am trying to process form parameters in put routes. I can't get bowler to process them, the parameters or not set. Everything works fine if I switch the method to a POST.

Here's what I have tried:
put( "/api/tasksubmission/:uuid/:moduleId/:taskId" )((request, response) => {
}

and
def `PUT /api/tasksubmission/:uuid/:moduleId/:taskId` {
}

and I am trying to set a pameter url as a form urlencoded value in the body of the request. I am setting the Content-Type to the x-www-form-urlencoded mime type

Any help would be appreciated.

Thanks,

-MD

Mrityunjay Kant

unread,
Jul 18, 2012, 2:53:23 AM7/18/12
to bowler...@googlegroups.com
From what I remember while going through Bowler code it does not handle PUT. Check the source and you should be able to find it quickly.

~Mrityunjay
Reply all
Reply to author
Forward
0 new messages