19
0
Fork 0

ajout exemple avec Accept-Encoding

This commit is contained in:
gcolpart 2017-03-08 20:12:55 +01:00
parent aae61f9082
commit 6fb2a5aa7f
1 changed files with 6 additions and 0 deletions

View File

@ -24,4 +24,10 @@ Afficher uniquement le header :
~~~
$ curl -I www.example.com
~~~
Obtenir le contenu gzipé :
~~~
$ curl www.example.com -H 'Accept-Encoding:gzip, deflate'
~~~