Skip to content

Commit 8c4b8ec

Browse files
committed
Update docs with newline.
1 parent e20141e commit 8c4b8ec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sites/hurl.dev/_docs/asserting-response.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jsonpath "$.cats[0].lives" == 9
2727

2828
Body responses can be encoded by server (see [`Content-Encoding` HTTP header]) but asserts in Hurl files are not
2929
affected by this content compression. All body asserts (`body`, `bytes`, `sha256` etc...) work _after_ content decoding.
30+
3031
Finally, body text asserts (`body`, `jsonpath`, `xpath` etc...) are also decoded to strings based on [`Content-Type` header]
3132
so these asserts can be written with usual strings.
3233

0 commit comments

Comments
 (0)