File: urllib3.fields.rst

package info (click to toggle)
python-urllib3 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,340 kB
  • sloc: python: 26,167; makefile: 122; javascript: 92; sh: 11
file content (18 lines) | stat: -rw-r--r-- 350 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Fields and Multipart Forms
==========================

Fields
------

.. automodule:: urllib3.fields
    :members:
    :undoc-members:
    :show-inheritance:


Multipart Forms
---------------

.. autofunction:: urllib3.encode_multipart_formdata
.. autofunction:: urllib3.filepost.choose_boundary
.. autofunction:: urllib3.filepost.iter_field_objects