项目作者: syedsaadahmed

项目描述 :
Understanding and Implementation of Client, Server Model and HTTP requests using python Socker Library.
高级语言: Python
项目地址: git://github.com/syedsaadahmed/Python-Socket-and-HTTP.git
创建时间: 2019-11-15T00:12:42Z
项目社区:https://github.com/syedsaadahmed/Python-Socket-and-HTTP

开源协议:

下载


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