Filipe PINTO
3789f8abf3
Self-signed error test less flexible
2022-12-29 11:51:47 +01:00
fpinto
89cc524d17
Revert Use openssl3 for libcurl on windows
2022-12-28 22:46:57 +01:00
fpinto
15a07fcd5d
Fix ssl tests for windows
2022-12-28 15:55:49 +01:00
fpinto
290a7564d7
Use openssl3 for libcurl on windows
2022-12-28 09:36:01 +01:00
hurl-bot
a28dd265b5
Update crates
2022-12-27 08:05:26 +00: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
hurl-bot
37da06054d
Update crates
2022-12-19 16:47:36 +00:00
jcamiel
81c4ba8b24
Add RunnerOptionsBuilder to create instance of RunnerOptions.
2022-12-17 11:45:20 +01:00
jcamiel
98d0299ff7
Update crates.
2022-12-16 23:23:43 +01:00
Fabrice Reix
0fc18e90ea
Fix Clippy warnings 1.66.0
2022-12-16 10:44:17 +01:00
hurl-bot
b53e934296
Update crates
2022-12-15 08:06:52 +00:00
jcamiel
c2f0fe46ba
Implement html_escape and html_unescape.
...
This PR removes import of html-escape crate.
2022-12-14 13:10:43 +01:00
jcamiel
93ad62d40c
Remove unnessary empty struct.
2022-12-12 13:20:19 +01:00
hurl-bot
0160a6fcdf
Update crates
2022-12-12 08:07:17 +00:00
jcamiel
aa2f1d5b4d
Add connect-to option
2022-12-10 23:55:14 +01:00
Fabrice Reix
48188205c4
Update crate base64
2022-12-10 23:01:41 +01:00
Fabrice Reix
bb7cf25a57
Fix key-string parser
2022-12-10 22:52:54 +01:00
jcamiel
6b7753e174
Check HTTP version and status first, then other asserts.
...
If HTTP version or status are not correct, we fail the test without running others asserts.
2022-12-10 14:44:23 +01:00
jcamiel
aefbd79027
Update README with installation instruction for .deb
2022-12-09 23:41:25 +01:00
jcamiel
1dbdd99f34
Add name attribute to JUnit report
2022-12-09 16:49:58 +01:00
jcamiel
ec30da5b05
Normalize curl command line debug with the url at the end.
2022-12-09 15:10:35 +01:00
jcamiel
38c47501ab
Add --resolve options
2022-12-09 10:17:07 +01:00
jcamiel
00006eab74
Support new one line string format.
2022-12-08 13:15:32 +01:00
jcamiel
5532d1155a
Display warning when legacy syntax for one line string is used.
2022-12-08 13:13:16 +01:00
Luke Mondy
e6028f390a
Add support for htmlEscape and htmlUnescape in hurlfmt
2022-12-07 08:17:28 +11:00
Luke Mondy
db486f9695
Add htmlEscape and htmlUnescape filters
...
These filters use the html_escape crate (inspired by the use of the percent_encoding crate) to escape and unescape html.
2022-12-07 08:17:21 +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
hurl-bot
ae0c0ee6ab
Update crates
2022-12-05 08:23:32 +00:00
jcamiel
bc32e4e84d
Fix error message case.
2022-12-04 18:27:42 +01:00
jcamiel
d924d88b42
Update all installation docs.
2022-12-03 23:28:05 +01:00
Fabrice Reix
ffd31a271c
Add toInt filter
2022-12-03 12:16:24 +01:00
jcamiel
51b196ea88
Update variables hash while iterating and evaluating the capture section (instead of updating it once with all the variables).
2022-12-01 15:32:11 +01:00
Fabrice Reix
3eaa74ce11
Fix Parsing / compliant with grammar
2022-12-01 14:50:55 +01:00
jcamiel
44f43bcf73
Add support for LINK, UNLINK, PURGE, LOCK, UNLOCK, PROPFIND and VIEW HTTP method
2022-11-30 18:28:11 +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
hurl-bot
de89ed043e
Update crates
2022-11-28 08:24:38 +00:00
jcamiel
ed3217c41f
Add support for GraphQL variables.
2022-11-25 11:34:03 +01:00
jcamiel
c15eecec88
Change "type": "multiline-string" for "type": "text" in JSON export.
2022-11-25 10:15:31 +01:00
hurl-bot
841f29a550
Update crates
2022-11-24 22:11:38 +00:00
jcamiel
0aa0568c91
Add application/json Content-Type header for GraphQL queries.
2022-11-24 16:14:44 +01:00
jcamiel
2242c8ba0d
Rename TextOneLine to OneLineText.
2022-11-24 15:10:13 +01:00
jcamiel
a0f7d3e278
Use real type Value instead of public alias JsonValue in implementation.
2022-11-24 13:37:05 +01:00
jcamiel
65350a71bb
Add GraphQL simple query support.
...
We add GraphQL query support. For the moment, variables are not supported.
2022-11-23 14:52:34 +01:00
hurl-bot
351fe21a93
Update crates
2022-11-22 07:10:46 +00:00
hurl-bot
e323006d1f
Update crates
2022-11-21 08:26:05 +00:00