zoukankan      html  css  js  c++  java
  • ABNF语法

    http典型的请求场景

    来自极客时间课件

     http协议介绍

    .

    [c:~]$ telnet www.taohui.pub 80
    
    
    Host 'www.taohui.pub' resolved to 116.62.160.193.
    Connecting to 116.62.160.193:80...
    Connection established.
    To escape to local shell, press 'Ctrl+Alt+]'.
      GET /wp-content/plugins/Pure-Highlightjs_1.0/assets/pure-highlight.css?ver=0.1.0 HTTP/1.1
      Host:www.taohui.pub  输入后两个回车
    
    HTTP/1.1 200 OK
    Server: openresty/1.15.8.1
    Date: Thu, 30 May 2019 17:34:50 GMT
    Content-Type: text/css
    Content-Length: 108
    Last-Modified: Thu, 27 Dec 2018 07:35:33 GMT
    Connection: keep-alive
    ETag: "5c2480c5-6c"
    Expires: Thu, 06 Jun 2019 17:34:50 GMT
    Cache-Control: max-age=604800
    Accept-Ranges: bytes
    
    pre.pure-highlightjs {
        background-color: transparent;!important;
        border: none;
        padding: 0;
    }HTTP/1.1 400 Bad Request
    Server: openresty/1.15.8.1
    Date: Thu, 30 May 2019 17:34:53 GMT
    Content-Type: text/html
    Content-Length: 163
    Connection: close
    

      

    草都可以从石头缝隙中长出来更可况你呢
  • 相关阅读:
    2019 西安邀请赛 D
    time 库
    字符串处理+格式化输出
    数据类型
    turtle1
    格式问题
    字符串1
    基础操作
    链表去重
    PAT 1093
  • 原文地址:https://www.cnblogs.com/rdchenxi/p/10953151.html
Copyright © 2011-2022 走看看