From: Michael Wallner Date: Fri, 1 Apr 2016 12:45:22 +0000 (+0200) Subject: Clarify setting useragent to empty string X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=405fa8855b8a36c7b8db52373881ec35e3a62413;p=mdref%2Fmdref-http Clarify setting useragent to empty string See m6w6/ext-http#32 --- diff --git a/http/Client/Curl.md b/http/Client/Curl.md index efd8d96..afc578c 100644 --- a/http/Client/Curl.md +++ b/http/Client/Curl.md @@ -209,7 +209,7 @@ The option names used here are more or less derived from the corresponding CURLO * bool $autoreferer Whether to automatically send referers. * string $useragent - Custom User-Agent header. + Custom User-Agent header. Setting this option to NULL will use the default user agent, use the empty string to prevent this header being sent at all. * string $etag Custom ETag. * bool $compress