diff options
author | Semyon Moroz <donbarbos@proton.me> | 2025-04-05 08:49:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-05 08:49:48 (GMT) |
commit | 37bc3865c87bd777eebd41f1371b2add1bff433d (patch) | |
tree | 0141765a5410fee9f0c5c908288af10d97b316b1 /Python/remote_debugging.c | |
parent | 99e9798d612222785db427eb295c847147fe5e78 (diff) | |
download | cpython-37bc3865c87bd777eebd41f1371b2add1bff433d.zip cpython-37bc3865c87bd777eebd41f1371b2add1bff433d.tar.gz cpython-37bc3865c87bd777eebd41f1371b2add1bff433d.tar.bz2 |
gh-85162: Add `HTTPSServer` to `http.server` to serve files over HTTPS (#129607)
The `http.server` module now supports serving over HTTPS using the `http.server.HTTPSServer` class.
This functionality is also exposed by the command-line interface (`python -m http.server`) through the
`--tls-cert`, `--tls-key` and `--tls-password-file` options.
Diffstat (limited to 'Python/remote_debugging.c')
0 files changed, 0 insertions, 0 deletions