Commit Graph

27 Commits

Author SHA1 Message Date
Jean-Christophe Amiel
6bf371a05b
Update npm Hurl 5.0.1 package. 2024-08-30 16:13:55 +02:00
Jean-Christophe Amiel
9e8de5bf46
Fix axios CVE and improve npm check_publish script 2024-08-22 16:02:23 +02:00
Jean-Christophe Amiel
83c0f4351e
Fix missing semi-colons. 2024-05-13 14:15:47 +02:00
Jean-Christophe Amiel
8973f17ab8
Fix path on Windows npm install. 2024-05-13 13:13:46 +02:00
Jean-Christophe Amiel
95a000544b
Update npm package. 2024-04-26 15:40:42 +02:00
jcamiel
ef56086a7d
Update tar 7.0.1 2024-04-16 09:23:02 +02:00
jcamiel
ed88d57102
Update axios for hurl on npm. 2024-03-21 14:44:45 +01:00
jcamiel
7a943158dc
Update copyright from 2023 -> 2024. 2024-02-24 20:22:26 +01:00
jcamiel
167d560bf0
Publish Hurl 4.2.0 on npm 2024-01-12 10:33:30 +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
jcamiel
5d448265b6
Update axios 1.6.1 in npm installer. 2023-11-12 18:20:58 +01:00
jcamiel
8263316bc8
Update npm package. 2023-09-22 11:40:23 +02:00
jcamiel
055fd3edd1
Publish Hurl on npm 4.0.0 2023-07-01 14:16:05 +02:00
jcamiel
81217a89ab
Update npm package for 3.0.1 2023-06-02 14:40:30 +02:00
jcamiel
b65bdf59cc
Upgrade Hurl version to 4.0.0 due to runner::run API change. 2023-06-01 17:26:15 +02:00
jcamiel
a97b172e58
Update npm publication. 2023-06-01 17:16:07 +02:00
jcamiel
00e9f9b700
Update npm publish scripts for 2.0.1 2023-02-02 15:30:41 +01:00
jcamiel
9e8ef9acb8
Fix some Hurl samples newlines. 2023-01-29 11:56:10 +01:00
jcamiel
db3e2ecf17
Publish Hurl 2.0.0 to npm. 2023-01-25 15:45:52 +01:00
jcamiel
42ef4125fe
Update docs for Hurl 2.0.0. 2023-01-25 11:26:30 +01:00
jcamiel
e9a92fa9f5
Update copyrights for 2023. 2023-01-02 13:56:34 +01:00
jcamiel
0ddc1d84aa
Update npm install for 1.8.0. 2022-11-08 09:40:35 +01:00
jcamiel
0a07388b69
Update npm install. 2022-11-03 14:45:39 +01:00
jcamiel
37a1508048
Add archive check for npm installer. 2022-09-17 12:46:43 +02:00
Christine Seeman
fe8d506f98 Changing to manual vs man in documenation
In intro documentation, it can be confusing to see just `man` for
the reference to reference manual pages and documentation. I believe this is a reference
to Unix man pages (manual pages), but markdown is much more than what those ASCII text displays could do.

To help understandability, I am submitting a PR to update some documentation references to manual over man.
2022-09-02 12:47:08 +02:00
jcamiel
07266aa399
Begin documenting npm distribution. 2022-08-20 14:38:31 +02:00
jcamiel
a1488db335 Install Hurl with npm. 2022-05-04 18:32:48 +02:00