CMPUT404-assignment-webserver
See requirements.org (plain-text) for a description of the project.
Make a simple webserver.
Generally everything is LICENSE'D under the Apache 2 license by Abram Hindle.
server.py contains contributions from:
- Abram Hindle
- Eddie Antonio Santos
- Brian Trinh
But the server.py example is derived from the python documentation examples thus some of the code is Copyright © 2001-2013 Python Software Foundation; All Rights Reserved under the PSF license (GPL compatible) http://docs.python.org/2/library/socketserver.html
- stackoverflow.com/questions/13750265
- www.w3.org/protocols/rfc2616/rf2616-sec10.html HTTP status codes
- stackoverflow.com/questions/2724348 os.path
- stackoverflow.com/questions/2209755
- en.wikipedia.org/wiki/HTTP_301
- stackoverflow.com/questions/82831
- stackoverflow.com/questions/3037349
- stackoverflow.com/questions/10132943
- http://www.checkupdown.com/status/E405.html