I'm testing software that tests server to server communication sending and 
receiving XML.

I am sending XML documents in a json formatted POST, that contain not just 
the xml but also session info. 

The receiving endpoint expects content type = application/xml, however 
sending via the post_json method hard codes the content type to 
application/json.

Would be nice to be able to pass in content_type=xxxx as an option in 
testapp.post_json(  )

Which TestApp API should I use as a substitute for this?  

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to