Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Releases: keijack/python-simple-http-server

0.22.3

02 Feb 09:43

Choose a tag to compare

Scan now use the directory when the main module is in as the default value.

0.22.2

06 Dec 06:35

Choose a tag to compare

Fix Issue #13

0.22.0

13 Nov 02:04

Choose a tag to compare

You can now use functions to handle websocket events.

0.21.1

17 Aug 07:12

Choose a tag to compare

Support ASGI servers.

0.20.2

08 Aug 07:07

Choose a tag to compare

You can now use python -m simple_http_server to start a dynamic http server.

0.20.0

30 Mar 09:07

Choose a tag to compare

You can run two servers in a process now.

0.19.6

09 Mar 07:47

Choose a tag to compare

  1. Yon can run this simple_http_client as a python module with "-m" option.
  2. Fix some bugs.

0.19.4

24 Nov 03:54

Choose a tag to compare

  1. All encoding/decoding will use "replace" to handle errors.
  2. Fix a bug that pytest may raise exception when running with python 3.7
  3. Add factory tag to get_logger function.

0.19.3

21 Nov 07:09

Choose a tag to compare

Fix a bug that an error occurs when run in python 3.7.

0.19.2

21 Nov 03:27

Choose a tag to compare

A keep-alive configuration options is set to start function.