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 294e164 commit c8b108fCopy full SHA for c8b108f
Doc/library/http.server.rst
@@ -362,6 +362,8 @@ of which this module provides three different variants:
362
For example usage, see the implementation of the :func:`test` function
363
invocation in the :mod:`http.server` module.
364
365
+ .. versionchanged:: 3.7
366
+ Support of the ``'If-Modified-Since'`` header.
367
368
The :class:`SimpleHTTPRequestHandler` class can be used in the following
369
manner in order to create a very basic webserver serving files relative to
0 commit comments