Releases: Killaship/pyserver
Version 0.2.1
I haven't worked on the project for a while, but I did add the ability to recognize and parse HTTP URL parameters. I might do something with that later, most likely on a separate repository, but I figure it's worth adding a separate release for, just to dust off the, well, everything.
Full Changelog: v0.2.0...v0.2.1
v0.2.0
This version adds proper handling of the GET method. You now need to specify, in the URL, what file you want from the server. Otherwise, it'll return a 404 error. Also, unsupported methods result in a 501 error, as well.
Secondly, verbosity levels now are a thing in the config file, the README has been cleaned up, and it also logs everything to files.
v0.1.0
Version 0.0.1
This release is enough to spit out a proper HTTP response on localhost port 80, it's a bare minimum HTTP server. More coming soon.
Full Changelog: https://github.com/Killaship/pyserver/commits/v0.0.1