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 d47c5a7 commit 8d1286aCopy full SHA for 8d1286a
1 file changed
Doc/library/http.server.rst
@@ -556,6 +556,14 @@ The following options are accepted:
556
557
.. versionadded:: 3.14
558
559
+.. option:: -H, --header <header> <value>
560
+
561
+ Specify an additional custom HTTP Response Header to send on successful HTTP
562
+ 200 responses. Can be used multiple times to send additional custom response
563
+ headers.
564
565
+ .. versionadded:: next
566
567
568
.. _http.server-security:
569
0 commit comments