Accept per-file headers in multipart file POST messages.
authorAndrew Barnert <abarnert@yahoo.com>
Tue, 1 Oct 2013 00:07:13 +0000 (17:07 -0700)
committerAndrew Barnert <abarnert@yahoo.com>
Tue, 1 Oct 2013 00:07:13 +0000 (17:07 -0700)
commitaf4fb8cedca7c331b8c914a40c477a2cb02055e1
treea1ab2d941dfcf401325932e4741e26668a7a35df
parent9968a10fcfad7268b552808c4f8946eecafc956a
Accept per-file headers in multipart file POST messages.

- Each file in the `files` argument can now be a 4-tuple, instead of
  just a file, 2-tuple, or 3-tuple. If it is, the last value in the
  tuple is a dictionary of extra headers.
requests/models.py