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