Commit Graph

751 Commits

Author SHA1 Message Date
jcamiel
67ef7c75a7
Move method between Request / Response.
This is a preliminary work for issue #628.
2022-06-30 13:50:44 +02:00
jcamiel
038d23c2f7
Update serde-json 1.0.82. 2022-06-30 12:55:04 +02:00
jcamiel
e2805521a8
Update clap 3.2.7. 2022-06-28 17:29:00 +02:00
lepapareil
eb269371ea
Clean contrib/windows/windows_package_managers/chocolatey/README.md 2022-06-28 11:30:41 +02:00
lepapareil
a9d2f6ea98
Disable pr comment when deleting local branch fails on pr /accept 2022-06-28 11:29:37 +02:00
lepapareil
3f09a5f33a
Clean contrib/docker/README.md 2022-06-28 10:05:39 +02:00
jcamiel
689fca2715
Updates READMEs. 2022-06-27 16:28:57 +02:00
jcamiel
9f3e13baef
Add --test option in usage and links to captures and asserts. 2022-06-27 16:28:38 +02:00
lepapareil
d99cdcda75 Create accept-pull-request.yml 2022-06-27 15:53:01 +02:00
jcamiel
fb057872fa Reactivate ArchLinux integration tests.
Following https://github.com/curl/curl/issues/8559 fix, ArchLinux tests should be ok now.
2022-06-24 14:08:43 +02:00
Fabrice Reix
de79388be5 Support regex literal in query/subquery 2022-06-24 11:42:06 +02:00
Robert Lillack
e549ac9d93 Fix typo: somment --> comment 2022-06-23 20:24:27 +02:00
jcamiel
451f6e8200 Create http::header module. 2022-06-22 18:53:03 +02:00
jcamiel
3b801a782a Update indexmap. 2022-06-22 13:52:51 +02:00
jcamiel
380c525d3a Update clap 3.2.6. 2022-06-21 20:17:38 +02:00
Fabrice Reix
99768edcff Encode string variable in JSON body 2022-06-21 15:15:21 +02:00
jcamiel
b951464a40 Delete legacy grammar. 2022-06-20 19:16:57 +02:00
lepapareil
c76332b71f Extends disk to 12288m for emulated arm test job 2022-06-20 17:35:30 +02:00
Fabrice Reix
a7b887052f Validate Grammar and generate HTML 2022-06-19 20:52:45 +02:00
jcamiel
1c81471e45 Log response body if very verbose option is used. 2022-06-19 19:09:44 +02:00
jcamiel
75b34f8d9c Add very-verbose option. 2022-06-19 19:09:44 +02:00
jcamiel
e354efbb44 Update comments. 2022-06-19 19:09:44 +02:00
jcamiel
af253975b0 Use reference in function signatures. 2022-06-19 19:09:44 +02:00
Fabrice Reix
da8ae89281 Add new grammar 2022-06-18 10:02:32 +02:00
jcamiel
cd444b07d0 Use minimal chrono features (to remove potential CVE in time crate) 2022-06-17 13:58:51 +02:00
jcamiel
bd92282b58 Update dependencies. 2022-06-17 11:49:40 +02:00
jcamiel
aa78be771a Update clap 3.2.4. 2022-06-17 10:53:54 +02:00
jcamiel
56b1b13bad Fix crates_update.sh to be supported on macOS.
sed -i "" "foo" instead of sed -i "foo"
2022-06-15 08:01:22 +02:00
jcamiel
2235ca7bec Update READMEs 2022-06-13 09:04:29 +02:00
Fabrice Reix
e239891ffc Use Template type for cookie value 2022-06-12 21:35:12 +02:00
Fabrice Reix
1e3c16192f Support template in vim syntax highlighting 2022-06-12 19:18:10 +02:00
jcamiel
e5d3cbe729 Emphasize --test mode in tutorial. 2022-06-11 16:27:12 +02:00
jcamiel
79c2f2b9be Format function docs. 2022-06-11 12:33:16 +02:00
jcamiel
e962de40b8 Move ResponseCookie, CookieAttribute to http module. 2022-06-11 12:33:16 +02:00
jcamiel
f52fb5c2bb Rename http/response_decoding/Encoding to http/response_decoding/ContentEncoding. 2022-06-11 12:33:16 +02:00
jcamiel
b938bd002e Rename http/http_decoding to http/response_decoding. 2022-06-11 12:33:16 +02:00
jcamiel
1656c174d3 Update running tests doc. 2022-06-10 11:41:07 +02:00
jcamiel
54d7f712d9 Fix shebang to work on macOS. 2022-06-10 11:17:25 +02:00
jcamiel
fad45bc189 Move encoding, is_html, text funtcion from runner/http_response to http/content_decoding. 2022-06-09 14:22:43 +02:00
jcamiel
922635d638 Use HttpError as error model for http package. 2022-06-09 14:22:43 +02:00
lepapareil
8d92f4fb45
Clean test.yml 2022-06-08 13:59:02 +02:00
lepapareil
0a552d7275 Rewrite dependency_age.sh to crates_update.sh 2022-06-08 09:47:19 +02:00
Fabrice Reix
e229ab93b4 Add workflow check 2022-06-07 15:33:04 +02:00
jcamiel
7fd919c0dc Remove duplicate line in snippet. 2022-06-06 22:29:40 +02:00
Fabrice Reix
6edd7f9852 Add basic Syntax highlighting for VIM 2022-06-05 21:12:41 +02:00
jcamiel
b0ff7d9521 Add licence.md in docs. 2022-06-05 17:33:06 +02:00
jcamiel
14efe573cf Update openssl-sys 0.9.74. 2022-06-05 16:30:28 +02:00
jcamiel
82fea8c04f Updated README from the canonical doc. 2022-06-01 10:34:33 +02:00
jcamiel
0070e09b98 Add scripts to construct GitHub and crates.io README, and to construct grammar and man canonical document from the source. 2022-06-01 10:34:33 +02:00
jcamiel
00e0c5cc58 Import of the canonical docs (raw Markdown, without ant Jekyll specificities.) 2022-06-01 10:34:33 +02:00