美文网首页
http学习记录

http学习记录

作者: 前端陈晨 | 来源:发表于2018-12-09 15:59 被阅读0次
    image image

    tcp:可靠的协议

    udp:只管发,不管收没收到


    image

    https加密协议为TLS、SSL


    image

    http请求头

    Accept:客户端接受哪些信息的数据,浏览器可以处理什么类型的数据

    Accept-Encoding:告诉服务器,可以对数据进行压缩

    Cache-Control:缓存相关的

    Connection:保持tcp连接的活跃,keep-alive

    Host:主机名

    Pragma:缓存相关

    Upgrade-insecure-Requests:缓存相关

    User-Agent:客户端相关的信息

    referer:请求资源是从哪里来的(如果不带,爬虫可能爬不了)

    image

    response Headers

    image
    image

    get post本质区别

    在Request-URI所标识的资源后附加新的数据

    image
    image
    image
    image
    image
    image
    image
    image
    image
    image
    image
    image

    nginx配置反向代理

    /usr/local/etc/nginx

    相关文章

      网友评论

          本文标题:http学习记录

          本文链接:https://www.haomeiwen.com/subject/yaqkhqtx.html