aboutsummaryrefslogblamecommitdiff
path: root/docs/requests/defaults.rst
blob: f393c049ca2a0e655a56e286708cd3e8664f3764 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                              
Defaults
========

The encoding for ``String``s defaults to ``utf-8``.

Unless explicitly specified, the ``Content-Type`` defaults to:

* ``text/plain`` for text
* ``application/x-www-form-urlencoded`` for form data
* ``multipart/form-data`` for multipart form data
* ``application/octet-stream`` for everything else (binary)