Commit Graph

240 Commits

Author SHA1 Message Date
Fabrice Reix
6b927465fa
Add cli-only info in option doc 2024-02-29 14:39:56 +00:00
Filipe PINTO
4795e5453f
Fix deb installation doc 2024-02-16 18:33:22 +01:00
jcamiel
62a4a4dd0a
Update parallel doc. 2024-02-08 13:23:40 +01:00
jcamiel
f9300c6d22
Update parallel doc. 2024-02-04 12:08:21 +01:00
Fabrice Reix
dc32d25e24
Update man for hurlfmt 2024-02-01 18:29:40 +01:00
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
hurl-bot
3927dcc622
Update hurl version to 4.3.0-SNAPSHOT 2024-01-17 12:34:16 +00:00
jcamiel
0b5c164612
Add delay and skip option in samples. 2024-01-15 16:55:23 +01:00
hurl-bot
b8e224599a
Create 4.2.0 release 2024-01-11 15:57:38 +01:00
jcamiel
93f9a914e9
Update doc for 4.2.0 2024-01-10 17:13:46 +01:00
jcamiel
bc13b5f75e
Fix CSS class for light/dark themes. 2024-01-10 17:11:49 +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
Julien Terrier
d66cf532f3
Fix typo in hurlfmt.1 and hurlfmt.md 2024-01-03 16:45:02 +00:00
Fabrice Reix
3f93917497
Update options in grammar 2023-12-06 11:04:23 +01:00
jcamiel
a9fdfb4075
Update docs links. 2023-12-05 16:16:27 +01:00
Fabrice Reix
03077c1722
Update Grammar 2023-11-27 08:13:17 +01:00
jcamiel
dde5f1cccd
Update doc for conda-forge installation. 2023-11-26 17:32:20 +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
lepapareil
4ab82d1bf7
Fix Archlinux pacman usage 2023-11-09 10:51:10 +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
Radek Benkel
d9afd0e859
Add Alpine required packages info to build from sources 2023-11-04 00:04:29 +01:00
jcamiel
fe39f031b9
Update docs with HTTP/3 2023-10-21 19:34:42 +02:00
jcamiel
935a4cf170
Work on img docs. 2023-10-21 18:27:53 +02:00
jcamiel
5ee6aa393b
Synchronise manual with http1.0, http1.1, http2, http3, ipv4 and ipv6 options. 2023-10-19 13:39:18 +00: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
Joe Taber
06b448053d
Fix deb install script: use brackets to delineate var before underscores
Without brackets, the shell reads `$VARIABLE_amd64` as a single variable name.
2023-10-14 12:43:17 -05:00
Josh Soref
a10c86285b
spelling: neither
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-29 09:08:13 +02:00
Josh Soref
9b43b01735
spelling: javascript
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-29 09:08:13 +02:00
jcamiel
07845377f4
Use generic GitHub release link in installation instructions. 2023-09-21 13:26:18 +00:00
hurl-bot
6870aaa5f5
Update hurl version to 4.2.0-SNAPSHOT 2023-09-21 12:08:40 +00:00
hurl-bot
b12b761921
Create 4.1.0 release 2023-09-21 10:56:10 +00:00