Files
requests3/requests
Matthieu Moy 2d1b4482c5 Document that 'data' can be a list of tuples everywhere
The documentation for the 'data' parameter of various functions was
inconsistant. The low-level function, used by every convenience API,
internally uses RequestEncodingMixin._encode_params which accepts list
of tuples as well as dictionaries, hence every function taking a data
parameter also accepts a list of tuple.

Keep the documentation short, but provide a link to Request for
details.
2018-07-17 18:45:43 +02:00
..
2018-06-12 07:38:10 -07:00
2018-06-14 06:26:27 -07:00
2017-11-08 18:32:59 -07:00
2017-05-26 23:02:55 -04:00
2018-07-09 01:10:00 +08:00