An open API service indexing awesome lists of open source software.

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.

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**