https://github.com/syedsaadahmed/python-socket-and-http
Understanding and Implementation of Client, Server Model and HTTP requests using python Socker Library.
https://github.com/syedsaadahmed/python-socket-and-http
http-client http-get python-socket python3 socket-programming
Last synced: 10 months ago
JSON representation
Understanding and Implementation of Client, Server Model and HTTP requests using python Socker Library.
- Host: GitHub
- URL: https://github.com/syedsaadahmed/python-socket-and-http
- Owner: syedsaadahmed
- Created: 2019-11-15T00:12:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-15T01:02:32.000Z (about 6 years ago)
- Last Synced: 2025-01-03T09:18:42.508Z (12 months ago)
- Topics: http-client, http-get, python-socket, python3, socket-programming
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python-Socket-and-HTTP
Understanding and Implementation of Client, Server Model and HTTP requests using python Socker Library.
## Script httpclient.py
The goal of this script is to review the hypertext transfer protocol and gain a better understanding of how it works. It takes a URL as a command line argument and is able to download an arbitrary file named as output.php from the World Wide Web and store it on your hard drive. The program should also print out the complete HTTP header of the response. This is done using Python **Socket** library
**python httpclient.py https://stackoverflow.com/questions**