Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 804 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 804 Bytes

CMPUT404-assignment-web-client

CMPUT404-assignment-web-client

See requirements.org (plain-text) for a description of the project.

Make a simple web-client like curl or wget

Contributors / Licensing

Generally everything is LICENSE'D under the Apache 2 license by Abram Hindle, https://github.com/tywtyw2002, and https://github.com/treedust

Modified by Jiafeng Wu

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

Reference

https://docs.python.org/2/library/urlparse.html

https://docs.python.org/2/howto/sockets.html