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 c376a71 commit 89a89f0Copy full SHA for 89a89f0
Doc/whatsnew/3.15.rst
@@ -109,6 +109,18 @@ difflib
109
(Contributed by Jiahao Li in :gh:`134580`.)
110
111
112
+http.server
113
+-----------
114
+
115
+* Added a new ``response_headers=`` keyword argument to
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`
120
+ command-line interface to support custom headers in HTTP responses.
121
122
123
124
math
125
----
126
0 commit comments