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 777b5b6 commit eac5c6aCopy full SHA for eac5c6a
2 files changed
Doc/whatsnew/3.15.rst
@@ -116,7 +116,7 @@ http.server
116
:class:`SimpleHTTPRequestHandler` to support custom headers in HTTP responses.
117
(Contributed by Anton I. Sipos in :gh:`135057`.)
118
119
-* Added a ``--header`` flag to the :program:`python -m http.server`
+* Added a ``-H`` or ``--header`` flag to the :program:`python -m http.server`
120
command-line interface to support custom headers in HTTP responses.
121
122
Misc/NEWS.d/next/Library/2025-06-02-22-23-38.gh-issue-135056.yz3dSs.rst
@@ -1,2 +1,2 @@
1
-Add a ``--header`` CLI option to :program:`python -m http.server`. Contributed by
+Add a ``-H`` or ``--header`` CLI option to :program:`python -m http.server`. Contributed by
2
Anton I. Sipos.
0 commit comments