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 

相关文章:

  • 2022-03-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
猜你喜欢
  • 2022-02-17
  • 2022-02-10
  • 2021-11-14
  • 2022-03-08
  • 2022-12-23
相关资源
相似解决方案