GmCapsule [main]
Documented missing settings
d7db6064935ae7fa37bc208da59901ff933ea847
[1mdiff --git a/gmcapsule/__init__.py b/gmcapsule/__init__.py[m
[1mindex 49697b6..54b0b1b 100644[m
[1m--- a/gmcapsule/__init__.py[m
[1m+++ b/gmcapsule/__init__.py[m
[36m@@ -134,6 +134,10 @@[m [mupload_limit : int[m
``10485760`` (i.e., 10 MiB). Requests that attempt to upload larger[m
content will be rejected with an error status.[m
[m
[32m+[m[32mrequire_identity : bool[m
[32m+[m[32m Require a client certificate when receiving uploads. Defaults to[m
[32m+[m[32m ``true``.[m
[32m+[m
[m
static[m
------[m
[36m@@ -264,6 +268,12 @@[m [mcommand : string [string...][m
[m
See :ref:`CGI Programs` for details about executing CGI programs.[m
[m
[32m+[m[32mstream : bool[m
[32m+[m[32m Execute the command in streaming mode. The output from the command is[m
[32m+[m[32m sent immediately to the client without waiting for the command to[m
[32m+[m[32m finish. Defaults to ``false``. If enabled, the server must not use[m
[32m+[m[32m multiple processes to handle requests.[m
[32m+[m
[m
gitview[m
-------[m