Commit Graph

64 Commits

Author SHA1 Message Date
Fabrice Reix
404c022074
Update generated option files 2024-01-24 20:59:44 +01:00
jcamiel
e060cf7db5
Update parallel design doc. 2024-01-23 15:43:12 +00:00
Fabrice Reix
e6c44a002e
Add conflict attribute for netrc* options 2024-01-23 16:01:04 +01:00
Fabrice Reix
286f143fc4
Use space as separator 2024-01-23 15:19:58 +01:00
Teodorescu Robert-Andrei
c6bc18570d
Add --netrc, --netrc-file and --netrc-optional options
This is a feature provided by cURL that allows it to retrieve the
username and password for a host from a .netrc file.

https://curl.se/docs/manpage.html#-n
2024-01-23 12:32:14 +00:00
Fabrice Reix
5ed85d5b63
Generate/Check files from option files 2024-01-23 11:41:18 +00:00
Fabrice Reix
2a26671edf
Update options generator scripts 2024-01-22 11:29:38 +00:00
Fabrice Reix
cda3770092
Generate hurlfmt options source/doc from spec 2024-01-22 11:29:37 +00:00
jcamiel
612c90369e
Update runner docs. 2024-01-18 18:23:28 +01:00
jcamiel
93f9a914e9
Update doc for 4.2.0 2024-01-10 17:13:46 +01:00
jcamiel
0f8207c890
Generate manual and manual dependencies. 2024-01-10 17:11:49 +01:00
Fabrice Reix
280b3451f2
Add short name -v for verbose option 2024-01-10 16:39:31 +01:00
Fabrice Reix
bb539ddad7
Add --location-trusted option 2024-01-07 13:41:01 +01:00
Zandt Tittle
98b0f50741
Add --unix-socket option
This is a feature provided by cURL that allows sending requests to
a web server via a Unix Domain Socket. Some use cases
include:

* Querying docker API
* Running a web server w/o opening a TCP port for security and/or performance reasons

https://curl.se/docs/manpage.html#--unix-socket
2024-01-06 13:05:58 -06:00
Fabrice Reix
3f93917497
Update options in grammar 2023-12-06 11:04:23 +01:00
Fabrice Reix
03077c1722
Update Grammar 2023-11-27 08:13:17 +01:00
jcamiel
07bc0d4ea4
Add console output example with parallel build tools. 2023-11-24 14:47:41 +01:00
jcamiel
990c53b0b0
Improve options generation README and picky directory refacto 2023-11-17 13:29:54 +01:00
Fabrice Reix
74edc18bd2
Add jsonpath filter 2023-11-08 15:18:52 +01:00
jcamiel
6282bd6c90
Add architecture document 2023-11-06 15:46:37 +01:00
Fabrice Reix
6e1f115c43
Generating options for man 2023-11-06 11:14:25 +01:00
Fabrice Reix
bc85f8b75a
Add spec files for CLI Options 2023-11-06 11:14:24 +01:00
Fabrice Reix
babf683978
Add spec for runner 2023-10-19 14:50:40 +02:00
Fabrice Reix
d032cacffc
Update spec folder 2023-10-19 11:58:34 +02:00
Fabrice Reix
7429aea4e9
Update generated HTML grammar 2023-10-14 21:29:55 +00:00
Fabrice Reix
fe0bcd03ad
Support template in option value 2023-10-14 21:29:54 +00:00
Fabrice Reix
a45d806057
Add missing date-predicate 2023-10-14 21:29:53 +00:00
Guilherme Puida
e782ac286b
Implement isDate predicate
This mirrors the implementation of `isFloat/isInteger/...`.
2023-07-11 13:31:58 +02:00
jcamiel
1463c02d05
Add support for --resolve option per request 2023-07-06 17:21:37 +02:00
Rui Chen
b7aa675f6a
fix: remove --retry-max-count option
Signed-off-by: Rui Chen <rui@chenrui.dev>
2023-07-05 20:00:08 +02:00
Fabrice Reix
71e185119c
Add missing section 2023-06-19 12:20:52 +02:00
Fabrice Reix
c407a51324
Add xpath filter 2023-06-17 07:11:54 +00:00
Fabrice Reix
1c0c22d2f8
Add decode filter 2023-06-10 09:30:43 +00:00
Fabrice Reix
0709227099
Support arbitrary HTTP methods 2023-06-09 07:56:35 +02:00
jcamiel
1a2a0c8f61
Update docs. 2023-04-17 18:05:07 +02:00
Fabrice Reix
b85bdc29e1
add daysAfterNow/DaysBeforeNow filters 2023-03-19 12:37:45 +01:00
Fabrice Reix
591eb7087c
Add certificate query 2023-03-04 10:23:58 +01:00
jcamiel
13bd65d08d
Add certificate query to grammar. 2023-02-14 13:34:17 +01:00
Fabrice Reix
550c517149
Add Date value/filters 2023-02-02 13:00:40 +01:00
Fabrice Reix
5acaf4f4b8
Add filters 2023-01-06 14:57:18 +01:00
lepapareil
662ec8184e
Standardised shell scripts shebang and error handling 2022-12-15 18:09:34 +01:00
Fabrice Reix
bb7cf25a57
Fix key-string parser 2022-12-10 22:52:54 +01:00
Luke Mondy
7289930c7b
Add grammar to support htmlEscape and htmlUnescape 2022-12-07 08:17:08 +11:00
jcamiel
3dcaa675bb
Modify one line string grammar for ``xxx`to x`. 2022-12-04 21:07:12 +01:00
Fabrice Reix
ffd31a271c
Add toInt filter 2022-12-03 12:16:24 +01:00
Fabrice Reix
3eaa74ce11
Fix Parsing / compliant with grammar 2022-12-01 14:50:55 +01:00
jcamiel
e4bcf0b94f
Update grammar with more HTTP methods. 2022-11-30 18:24:06 +01:00
jcamiel
fb96c252cf
Use HTTP instead of HTTP/* for all HTTP version. 2022-11-09 18:11:45 +01:00
Fabrice Reix
67d48bde22
Add filters urlEncode/urlDecode 2022-11-02 17:07:00 +01:00
Fabrice Reix
56cafdfaeb
Extract filter from query 2022-10-26 14:11:01 +02:00