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
- Jackson Z Chang
- Mandy Meindersma
- Zezhou Xiong
Reference: https://stackoverflow.com/questions/1945920/why-doesnt-os-path-join-work-in-this-case https://pythonexamples.org/python-check-if-path-is-file-or-directory/
But the server.py example is derived from the python documentation examples thus some of the code is Copyright © 2001-2022 Python Software Foundation; All Rights Reserved under the PSF license (GPL compatible) http://docs.python.org/2/library/socketserver.html