zoukankan      html  css  js  c++  java
  • http header/ eclipse package path

    1. request:

    Method URI Protocol / Version

    Request headers

    Entity body

    eg:

    POST /servlet/default.jsp HTTP/1.1

    Accept: text/plain; text/html

    Accept-Language: en-gb

    Connection: Keep-Alive

    Host: localhost

    Referer: http://localhost/ch8/SendDetails.htm

    User-Agent: Mozilla/4.0***

    Content-Length: 33

    Content-Type: application/x-www-form-urlencoded

    Accept-Encoding: gzip, deflate

    LastName=Franks&FirstName=Michael

    [null line- CRLF]

    [body]

    2. Response

    Protocol Status code-Description

    Response headers

    Entity body

    eg:

    HTTP/1.1 200 OK

    Server: Microsoft-IIS/4.0

    Date: Mon, 3 Jan 1998 13:13:33 GMT

    Content-Type: text/html

    Last-Modified: Mon, 11 Jan 1998 13:23:42 GMT

    Content-Length: 112

    something in html style...........

    [null line- CRLF]

    [body]

    open ".classpath" file, modify "src" value to "src/main/***", it will correct on project 

  • 相关阅读:
    jQuery-1.样式篇---属性与样式
    jQuery-1.样式篇---选择器
    jQuery-1.样式篇
    随机数
    UIButton
    UILabel
    webView
    气泡聊天
    下拉和上拉刷新
    LimitDemo
  • 原文地址:https://www.cnblogs.com/tiechui/p/1904750.html
Copyright © 2011-2022 走看看