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 c475fec commit 1c4496dCopy full SHA for 1c4496d
1 file changed
Doc/library/http.server.rst
@@ -528,9 +528,9 @@ The following options are accepted:
528
529
.. option:: --content-type <content_type>
530
531
- Specifies the Content-Type HTTP header. By default, the server uses the
532
- MIME type ``'application/octet-stream'`` for the ``Content-Type`` header
533
- when the content type cannot be guessed from the URL's extension (if any):
+ Specifies the default Content-Type HTTP header used when the MIME type
+ cannot be guessed from the URL's file extension. By default, the server
+ uses ``'application/octet-stream'``:
534
535
.. code-block:: bash
536
0 commit comments