We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1978d6 commit c224527Copy full SHA for c224527
Doc/library/cgi.rst
@@ -21,6 +21,11 @@ Support module for Common Gateway Interface (CGI) scripts.
21
This module defines a number of utilities for use by CGI scripts written in
22
Python.
23
24
+The ``maxlen`` variable can be set to an integer indicating the maximum size
25
+of a POST request. POST requests larger than this size will result in a
26
+:exc:`ValueError` being raised during parsing. The default value of this
27
+variable is ``0``, meaning the request size is unlimited.
28
+
29
30
Introduction
31
------------
0 commit comments