We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e20141e commit 8c4b8ecCopy full SHA for 8c4b8ec
1 file changed
sites/hurl.dev/_docs/asserting-response.md
@@ -27,6 +27,7 @@ jsonpath "$.cats[0].lives" == 9
27
28
Body responses can be encoded by server (see [`Content-Encoding` HTTP header]) but asserts in Hurl files are not
29
affected by this content compression. All body asserts (`body`, `bytes`, `sha256` etc...) work _after_ content decoding.
30
+
31
Finally, body text asserts (`body`, `jsonpath`, `xpath` etc...) are also decoded to strings based on [`Content-Type` header]
32
so these asserts can be written with usual strings.
33
0 commit comments