From 405fa8855b8a36c7b8db52373881ec35e3a62413 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 1 Apr 2016 14:45:22 +0200 Subject: [PATCH] Clarify setting useragent to empty string See m6w6/ext-http#32 --- http/Client/Curl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2