Closed ghost closed 8 years ago
fix http bug on GET + permit use of use_example with app_url
when 'body' was None, it was transformed into a 'null' string. the 'null' string was sent to urllib as body , causing a failure on GET request. Now None is sent instead of 'null'
Change already done in #36
fix http bug on GET + permit use of use_example with app_url