Skip to content

Releases: Killaship/pyserver

Version 0.2.1

22 Jun 17:39
85f3653
Compare
Choose a tag to compare

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.

image

Full Changelog: v0.2.0...v0.2.1

v0.2.0

17 May 18:32
903044a
Compare
Choose a tag to compare

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.

image
image

v0.1.0

17 May 01:01
28222ae
Compare
Choose a tag to compare
image

Right now, you can have the server host a single HTML file, and that's about it. Additionally, it'll return the 200 OK response no matter what, which could confuse browsers, and also looks kinda dumb. That'll be fixed soon.

Version 0.0.1

16 May 18:30
d273398
Compare
Choose a tag to compare
Version 0.0.1 Pre-release
Pre-release

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.
image
image

Full Changelog: https://github.com/Killaship/pyserver/commits/v0.0.1