HTTP协议
Posted owenqing
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HTTP协议相关的知识,希望对你有一定的参考价值。
http_request = ‘GET / HTTP/1.1 host:{} ‘.format(host)
注意下格式就可以了
响应的格式
HTTP/1.1 301 Moved Permanently Date: Sun, 05 Jun 2016 12:37:55 GMT Content-Type: text/html Content-Length: 178 Connection: keep-alive Keep-Alive: timeout=30 Location: https://movie.douban.com/top250 Server: dae X-Content-Type-Options: nosniff <html> <head><title>301 Moved Permanently</title></head> <body bgcolor="white"> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
分割的是HTTP协议的Header和Body部分
以上是关于HTTP协议的主要内容,如果未能解决你的问题,请参考以下文章