This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
关于 HTTP 请求和答复格式的说明
Citrix ADC 设备不检查 HTTP 标注请求的有效性。因此,在配置 HTTP 标注之前,您必须知道 HTTP 请求的格式。您还必须知道 HTTP 响应的格式,因为配置 HTTP 标注涉及配置用于评估来自 HTTP 标注代理的响应的表达式。
本部分包括以下部分:
- HTTP 请求的格式
- HTTP 响应的格式
HTTP 请求的格式
HTTP 请求包含一系列行,每个行都以回车和换行符(表示为 <CR><LF> or \r\n
)结尾。
请求的第一行(消息行)包含 HTTP 方法和目标。例如,GET 请求的消息行包含关键字 GET 和表示要提取的对象的字符串,如以下示例所示:
GET /mysite/mydirectory/index.html HTTP/1.1\r\n
<!--NeedCopy-->
请求的其余部分包含 HTTP 标头,包括必需的主机标头和消息正文(如果适用)。
请求以银行行结束(额外<CR><LF> or \r\n
)。
下面是请求的示例:
Get /mysite/index.html HTTP/1.1\r\n
Host: 10.101.101.10\r\n
Accept: \*/\*\r\n
\r\n
<!--NeedCopy-->
HTTP 响应的格式
HTTP 响应包含状态消息、响应 HTTP 标头和请求的对象,如果无法提供请求的对象,则包含错误消息。
下面是响应示例:
HTTP/1.1 200 OK\r\n
Content-Length: 55\r\n
Content-Type: text/html\r\n
Last-Modified: Wed, 12 Aug 1998 15:03:50 GMT\r\n
Accept-Ranges: bytes\r\n
ETag: “04f97692cbd1:377”\r\n
Date: Thu, 19 Jun 2008 19:29:07 GMT\r\n
\r\n
<55-character response>
<!--NeedCopy-->
共享
共享
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.