Fix ip sample and cargo install documentation.

This commit is contained in:
Jean-Christophe Amiel 2025-03-19 11:39:24 +01:00 committed by hurl-bot
parent 602c96e3a4
commit 5578c6d281
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
4 changed files with 6 additions and 6 deletions

View File

@ -947,7 +947,7 @@ Testing the IP address of the response, as a string. This string may be IPv6 add
GET https://foo.com
HTTP 200
[Asserts]
ip == " 2001:0db8:85a3:0000:0000:8a2e:0370:733"
ip == "2001:0db8:85a3:0000:0000:8a2e:0370:733"
ip startsWith "2001"
ip isIpv6
```
@ -1529,7 +1529,7 @@ $ winget install hurl
If you're a Rust programmer, Hurl can be installed with cargo.
```shell
$ cargo install hurl
$ cargo install --locked hurl
```
### conda-forge

View File

@ -108,7 +108,7 @@ $ winget install hurl
If you're a Rust programmer, Hurl can be installed with cargo.
```shell
$ cargo install hurl
$ cargo install --locked hurl
```
### conda-forge

View File

@ -682,7 +682,7 @@ Testing the IP address of the response, as a string. This string may be IPv6 add
GET https://foo.com
HTTP 200
[Asserts]
ip == " 2001:0db8:85a3:0000:0000:8a2e:0370:733"
ip == "2001:0db8:85a3:0000:0000:8a2e:0370:733"
ip startsWith "2001"
ip isIpv6
```

View File

@ -947,7 +947,7 @@ Testing the IP address of the response, as a string. This string may be IPv6 add
GET https://foo.com
HTTP 200
[Asserts]
ip == " 2001:0db8:85a3:0000:0000:8a2e:0370:733"
ip == "2001:0db8:85a3:0000:0000:8a2e:0370:733"
ip startsWith "2001"
ip isIpv6
```
@ -1529,7 +1529,7 @@ $ winget install hurl
If you're a Rust programmer, Hurl can be installed with cargo.
```shell
$ cargo install hurl
$ cargo install --locked hurl
```
### conda-forge