HTTP訊息類型

HTTP訊息類型是指由客戶端到伺服器的請求和由伺服器到客戶端的回應組成的一種訊息。

HTTP訊息由客戶端到伺服器的請求和由伺服器到客戶端的回應組成。

HTTP-message = Simple-Request ; HTTP/0.9 messages

| Simple-Response

| Full-Request ; HTTP/1.0 messages

| Full-Response

完整的請求(Full-Request)和完整的回應(Full-Response)都使用RFC822[7]中實體傳

輸部分規定的訊息格式。兩者的訊息都可能包括標題域(headers,可選)、實體主體(entity

body)。實體主體與標題間通過空行來分隔(即CRLF前沒有內容的行)。

Full-Request = Request-Line ; Section 5.1

*( General-Header ; Section 4.3

| Request-Header ; Section 5.2

| Entity-Header ) ; Section 7.1

CRLF

[ Entity-Body ] ; Section 7.2

Full-Response = Status-Line ; Section 6.1

*( General-Header ; Section 4.3

| Response-Header ; Section 6.2

| Entity-Header ) ; Section 7.1

CRLF

[ Entity-Body ] ; Section 7.2

簡單請求(Simple_Request)與簡單回應(Simple-Response)不允許使用任何標題信息,

並限制只能使用唯一的請求方法(GET)

Simple-Request = "GET" SP Request-URI CRLF

Simple-Response = [ Entity-Body ]

不提倡使用簡單方式請求格式,因為它防止了伺服器在接到簡單請求時對返回實體的介

質類型進行驗證。

相關詞條

相關搜尋

熱門詞條

聯絡我們