Files
requests/docs
David Pursehouse 07ad75ee04 Fix #1322: Add note in docs about None not being sent as data
In the case:

  payload = {'key1': 'value1', 'key2': 'value2', 'key3': None}
  r = requests.get("http://httpbin.org", params=payload)

the parameter `key3` will not be sent as a parameter in the URL.

Mention this in the documentation.
2013-07-19 17:14:59 +09:00
..
2011-06-23 05:16:13 -04:00
2012-12-12 16:53:40 -05:00
2013-04-30 16:15:56 +02:00
2013-03-14 16:12:45 +01:00
2013-04-20 00:22:13 -04:00
2011-02-13 23:54:42 -05:00
2011-02-13 23:54:42 -05:00