hurl-bot
1b4d4fe5a5
Update crates
2023-03-25 08:06:24 +00:00
hurl-bot
a2655d9196
Update crates
2023-03-24 07:24:20 +00:00
hurl-bot
2a628524ca
Update crates
2023-03-23 21:19:24 +00:00
hurl-bot
bba79ef930
Update crates
2023-03-22 08:06:37 +00:00
Fabrice Reix
b85bdc29e1
add daysAfterNow/DaysBeforeNow filters
2023-03-19 12:37:45 +01:00
hurl-bot
88f4173d06
Update crates
2023-03-19 08:06:32 +00:00
hurl-bot
bd66740b3f
Update crates
2023-03-18 08:06:10 +00:00
hurl-bot
2bc4aec26e
Update crates
2023-03-17 08:06:24 +00:00
Rached Mejri
48447ce744
Implement isEmpty predicate
...
Signed-off-by: Rached Mejri <rached.mejri@orange.com>
2023-03-13 10:11:47 +01:00
Fabrice Reix
f3bfe66863
Remove option --no-format in hurlfmt
2023-03-12 14:23:19 +01:00
Fabrice Reix
6d40373c71
Refacto options im hurlfmt
2023-03-11 08:39:21 +01:00
Fabrice Reix
591eb7087c
Add certificate query
2023-03-04 10:23:58 +01:00
jcamiel
3361aaaf24
Reorganize import.
2023-03-03 17:54:57 +01:00
hurl-bot
d23f12604d
Update crates
2023-02-28 15:13:07 +00:00
hurl-bot
16df06b1d6
Update crates
2023-02-28 08:07:05 +00:00
jcamiel
55cd58b50a
Increment major version to 3.0.0 (compatibility break)
2023-02-25 11:39:18 +01:00
jcamiel
704aebc6b4
Work on run api.
2023-02-25 11:31:40 +01:00
jcamiel
e5d9c1d993
Remove Lintable traits (replaced by dedicated functions).
2023-02-24 13:12:38 +01:00
hurl-bot
33c9f7d7a2
Update crates
2023-02-16 08:06:17 +00:00
hurl-bot
3f0f5f5f1f
Update crates
2023-02-07 08:21:23 +00:00
Fabrice Reix
550c517149
Add Date value/filters
2023-02-02 13:00:40 +01:00
hurl-bot
8d470a51b6
Update hurl version to 2.1.0-SNAPSHOT
2023-02-02 09:37:39 +00:00
hurl-bot
0c737817e5
Create 2.0.1 release
2023-02-01 16:15:48 +00:00
hurl-bot
849b154e76
Update hurl version to 2.0.1-SNAPSHOT
2023-02-01 16:09:25 +00:00
jcamiel
3575aef1fa
Fix clippy 1.67
2023-01-26 18:14:41 +01:00
hurl-bot
7b080d3cc6
Update hurl version to 2.1.0-SNAPSHOT
2023-01-25 13:52:42 +00:00
hurl-bot
e7e00c632b
Create 2.0.0 release
2023-01-25 13:03:19 +00:00
hurl-bot
a9e7b85262
Update crates
2023-01-25 08:05:38 +00:00
hurl-bot
e49785788c
Update crates
2023-01-24 08:05:49 +00:00
Fabrice Reix
c4226aa08b
Do not add newline at eof with --no-format option
2023-01-22 18:27:48 +01:00
hurl-bot
a6d343e1c8
Update crates
2023-01-16 08:06:10 +00:00
hurl-bot
79c624fa2e
Update crates
2023-01-10 13:40:04 +00:00
jcamiel
3917c4ac55
Update base64 0.20.0 => 0.21.0
2023-01-09 13:21:37 +01:00
Fabrice Reix
b46c82ce0f
Add nth/replace/split filters
2023-01-07 18:12:39 +01:00
jcamiel
e9a92fa9f5
Update copyrights for 2023.
2023-01-02 13:56:34 +01:00
hurl-bot
e3260c5068
Update crates
2022-12-23 08:05:12 +00:00
hurl-bot
ea4ad6a620
Update crates
2022-12-21 08:06:52 +00:00
Fabrice Reix
0fc18e90ea
Fix Clippy warnings 1.66.0
2022-12-16 10:44:17 +01:00
jcamiel
93ad62d40c
Remove unnessary empty struct.
2022-12-12 13:20:19 +01:00
Fabrice Reix
48188205c4
Update crate base64
2022-12-10 23:01:41 +01:00
jcamiel
00006eab74
Support new one line string format.
2022-12-08 13:15:32 +01:00
Luke Mondy
e6028f390a
Add support for htmlEscape and htmlUnescape in hurlfmt
2022-12-07 08:17:28 +11:00
jcamiel
2841a9459b
Change struct Bytes with tupple instead of anonymous struct.
2022-12-06 14:56:01 +01:00
jcamiel
0ab9fedafa
Change Template struct using delimiter: Option<char> field instead of quotes: bool.
2022-12-05 13:12:28 +01:00
Fabrice Reix
ffd31a271c
Add toInt filter
2022-12-03 12:16:24 +01:00
jcamiel
589c4c20c3
Update 1.9.0-SNAPSHOT to 2.0.0 due to major breaking change.
2022-11-29 15:51:29 +01:00
hurl-bot
3f2397e6eb
Update crates
2022-11-29 13:07:15 +00:00
hurl-bot
4582c5a4fc
Update crates
2022-11-29 08:24:13 +00:00
Tim Bart
04ebc958c6
This PR adds support for configuring the client cert and private key for establishing a mutual TLS connection to a server.
...
Example:
```
GET https://localhost:8443/
[Options]
cacert: out/HurlCA.crt
cert: out/client.crt
key: out/client.key
HTTP 200
```
outputs:
```
Request can be run with the following curl command:
* curl 'https://localhost:8443/ ' --cacert out/HurlCA.crt --cert out/client.crt --key out/client.key
```
2022-11-28 20:33:05 -08:00
jcamiel
ed3217c41f
Add support for GraphQL variables.
2022-11-25 11:34:03 +01:00