Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
PUT handler isn't seeing the name or description arguments
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
bitcycle  
View profile  
 More options Aug 14 2012, 6:32 pm
From: bitcycle <sean.m.oc...@gmail.com>
Date: Tue, 14 Aug 2012 15:32:32 -0700 (PDT)
Local: Tues, Aug 14 2012 6:32 pm
Subject: PUT handler isn't seeing the name or description arguments

I'm trying to unit test my RESTful API.

Here's my API and part of the test case:  

class BaseHandler(tornado.web.RequestHandler):                    

Here's a dump of the unit test output:  

F

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ben Darnell  
View profile  
 More options Aug 15 2012, 12:18 am
From: Ben Darnell <b...@bendarnell.com>
Date: Tue, 14 Aug 2012 21:18:11 -0700
Local: Wed, Aug 15 2012 12:18 am
Subject: Re: [tornado] PUT handler isn't seeing the name or description arguments
You have to pass the correct Content-Type for arguments to be parsed
(in this case, application/x-www-form-urlencoded).


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »