Releases: keijack/python-simple-http-server
Releases · keijack/python-simple-http-server
0.22.3
02 Feb 09:43
Compare
Sorry, something went wrong.
No results found
Scan now use the directory when the main module is in as the default value.
0.22.2
06 Dec 06:35
Compare
Sorry, something went wrong.
No results found
0.22.0
13 Nov 02:04
Compare
Sorry, something went wrong.
No results found
You can now use functions to handle websocket events.
0.21.1
17 Aug 07:12
Compare
Sorry, something went wrong.
No results found
0.20.2
08 Aug 07:07
Compare
Sorry, something went wrong.
No results found
You can now use python -m simple_http_server to start a dynamic http server.
0.20.0
30 Mar 09:07
Compare
Sorry, something went wrong.
No results found
You can run two servers in a process now.
0.19.6
09 Mar 07:47
Compare
Sorry, something went wrong.
No results found
Yon can run this simple_http_client as a python module with "-m" option.
Fix some bugs.
0.19.4
24 Nov 03:54
Compare
Sorry, something went wrong.
No results found
All encoding/decoding will use "replace" to handle errors.
Fix a bug that pytest may raise exception when running with python 3.7
Add factory tag to get_logger function.
0.19.3
21 Nov 07:09
Compare
Sorry, something went wrong.
No results found
Fix a bug that an error occurs when run in python 3.7.
0.19.2
21 Nov 03:27
Compare
Sorry, something went wrong.
No results found
A keep-alive configuration options is set to start function.