tiechui

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

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 

posted on 2010-12-13 17:16  tiechui  阅读(200)  评论(0编辑  收藏  举报