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 339b3ee commit 4778206Copy full SHA for 4778206
Doc/library/http.server.rst
@@ -169,11 +169,11 @@ provides three different variants:
169
170
.. attribute:: default_content_type
171
172
- Specifies the content-type header value sent when the mime-type cannot
173
- be guessed from the file extension of the requested URL.
174
- For backwards compatibility, the setting defaults to
175
- ``'application/octet-stream'``.
+ Specifies the content-type header value sent when the MIME type
+ cannot be guessed from the file extension of the requested URL.
+ By default, it is set to ``'application/octet-stream'``.
176
+ .. versionadded:: next
177
.. attribute:: MessageClass
178
179
Specifies an :class:`email.message.Message`\ -like class to parse HTTP
0 commit comments