22
0
Fork 0

argument pour le user-agent

This commit is contained in:
jlecour 2017-05-13 12:14:26 +02:00
parent aafdd0a3dd
commit 0b830750bd
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ Spécifier un en-tête HTTP (`-H` ou `--header`) :
$ curl http://www.example.com -H 'Accept: text/plain'
~~~
Spécifier un user-agent :
Spécifier un user-agent (`-A` ou `--user-agent`) :
~~~
$ curl -A "Mozilla/5.0 (compatible; evolix; http://evolix.com)" http://example.com