mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 20:12:09 +03:00
spelling: neither
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
9b43b01735
commit
a10c86285b
@ -682,7 +682,7 @@ certificate "Serial-Number" matches "[0-9af]+"
|
|||||||
Optional assertion on the received HTTP response body. Body section can be seen
|
Optional assertion on the received HTTP response body. Body section can be seen
|
||||||
as syntactic sugar over [body asserts] (with `equals` predicate function). If the
|
as syntactic sugar over [body asserts] (with `equals` predicate function). If the
|
||||||
body of the response is a [JSON] string or a [XML] string, the body assertion can
|
body of the response is a [JSON] string or a [XML] string, the body assertion can
|
||||||
be directly inserted without any modification. For a text based body that is not JSON nor XML,
|
be directly inserted without any modification. For a text based body that is neither JSON nor XML,
|
||||||
one can use multiline string that starts with <code>```</code> and ends
|
one can use multiline string that starts with <code>```</code> and ends
|
||||||
with <code>```</code>. For a precise byte control of the response body,
|
with <code>```</code>. For a precise byte control of the response body,
|
||||||
a [Base64] encoded string or an input file can be used to describe exactly
|
a [Base64] encoded string or an input file can be used to describe exactly
|
||||||
|
@ -367,7 +367,7 @@ you can use [`-u/--user` option].
|
|||||||
Optional HTTP body request.
|
Optional HTTP body request.
|
||||||
|
|
||||||
If the body of the request is a [JSON] string or a [XML] string, the value can be
|
If the body of the request is a [JSON] string or a [XML] string, the value can be
|
||||||
directly inserted without any modification. For a text based body that is not JSON nor XML,
|
directly inserted without any modification. For a text based body that is neither JSON nor XML,
|
||||||
one can use [multiline string body] that starts with <code>```</code> and ends
|
one can use [multiline string body] that starts with <code>```</code> and ends
|
||||||
with <code>```</code>. Multiline string body support "language hint" and can be used
|
with <code>```</code>. Multiline string body support "language hint" and can be used
|
||||||
to create [GraphQL queries].
|
to create [GraphQL queries].
|
||||||
@ -532,7 +532,7 @@ POST https://example.org/starwars/graphql
|
|||||||
|
|
||||||
#### Multiline string body
|
#### Multiline string body
|
||||||
|
|
||||||
For text based body that are not JSON nor XML, one can use multiline string, started and ending with
|
For text based body that are neither JSON nor XML, one can use multiline string, started and ending with
|
||||||
<code>```</code>.
|
<code>```</code>.
|
||||||
|
|
||||||
~~~hurl
|
~~~hurl
|
||||||
|
Loading…
Reference in New Issue
Block a user