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!
示例用法
要了解表达式中模式集的用法,请考虑名为“imagetypes 的模式集的示例。“
图案 | 索引值 |
---|---|
svg | 1 |
bmp | 2 |
png | 3 |
gif | 4 |
tiff | 5 |
jpg | 6 |
表 1. Pattern set “imagetypes”
示例 1: 确定 HTTP 请求的后缀是否是“imagetypes”模式集中定义的文件扩展名之一。
- 表达式。HTTP.REQ.URL.SUFFIX.EQUALS_ANY(“imagetypes”)
-
示例 URL。
http://www.example.com/homepageicon.jpg
- 结果。TRUE
示例 2: 确定 HTTP 请求的后缀是否是“imagetypes”模式集中定义的文件扩展名之一,并返回该模式的索引。
- 表达式。HTTP.REQ.URL.SUFFIX.EQUALS_INDEX(“imagetypes”)
-
示例 URL。
http://www.example.com/mylogo.gif
- 结果。 4(模式“gif”的索引值。)
示例 3: 使用模式的索引值来确定 URL 后缀是否在指定的索引值范围内。
- 表达式。HTTP.REQ.URL.SUFFIX.EQUALS_INDEX(“imagetypes”).GE(3) && HTTP.REQ.URL.SUFFIX.EQUALS_INDEX(“imagetypes”).LE(5)
-
示例 URL。
http://www.example.com/mylogo.gif
- 结果。TRUE(gif 文件类型的索引值为 4。)
示例 4: 针对文件扩展名 bmp、jpg 和 png 实施一组策略,针对 gif、tiff 和 svg 文件实施一组不同的策略。
返回匹配模式索引的表达式可用于定义 Web 应用程序的流量子集。以下两个表达式可用于内容交换虚拟服务器的内容交换策略:
- HTTP.REQ.URL.SUFFIX.EQUALS_INDEX(“imagetypes”).LE(3)
- HTTP.REQ.URL.SUFFIX.EQUALS_INDEX(“imagetypes”).GE(4)
共享
共享
在本文中
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.