Update 'advancedhttpserver.py'

This commit is contained in:
jens 2020-11-03 00:12:56 +00:00
parent 498fc54da2
commit 704bb894b0
1 changed files with 4 additions and 1 deletions

View File

@ -1,8 +1,11 @@
#!/usr/bin/env python #!/usr/bin/env python
""" """
advanced HTTP Server With Upload, ranged get requests, post requests, basic auth and tls advanced HTTP Server With Upload, ranged get requests, post requests, basic auth and tls
this builds on simple http server this builds on simple http server
Author: jens (gitea.caret.be)
license: gpl-v3
""" """