From 833affdd89838632c71810fc4ee98d2bd30ebd34 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 18 Aug 2016 22:55:17 +0200 Subject: [PATCH] thanks git --- http/Client/Curl/Features.md | 2 +- http/Client/Curl/Versions.md | 2 +- http/Client/configure.md | 2 +- http/Client/setDebug.md | 4 ++-- http/Env/Url.md | 2 +- http/Header/Parser.md | 2 +- http/Url/__construct.md | 2 +- http/Url/mod.md | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/http/Client/Curl/Features.md b/http/Client/Curl/Features.md index d8c497b..9c1d7f5 100644 --- a/http/Client/Curl/Features.md +++ b/http/Client/Curl/Features.md @@ -2,7 +2,7 @@ CURL feature constants. -> ***NOTE:*** +> ***NOTE:*** > These constants have been added in v2.6.0, resp. v3.1.0. ## Constants: diff --git a/http/Client/Curl/Versions.md b/http/Client/Curl/Versions.md index 0ddbd2e..44c50dc 100644 --- a/http/Client/Curl/Versions.md +++ b/http/Client/Curl/Versions.md @@ -2,7 +2,7 @@ CURL version constants. -> ***NOTE:*** +> ***NOTE:*** > These constants have been added in v2.6.0, resp. v3.1.0. ## Constants: diff --git a/http/Client/configure.md b/http/Client/configure.md index 7d88630..5379bdc 100644 --- a/http/Client/configure.md +++ b/http/Client/configure.md @@ -2,7 +2,7 @@ Configure the client's low level options. -> ***NOTE:*** +> ***NOTE:*** > This method has been added in v2.3.0. ## Params: diff --git a/http/Client/setDebug.md b/http/Client/setDebug.md index 16d5cf1..83ff5c5 100644 --- a/http/Client/setDebug.md +++ b/http/Client/setDebug.md @@ -2,7 +2,7 @@ Set client debugging callback. -> ***NOTE:*** +> ***NOTE:*** > This method has been added in v2.6.0, resp. v3.1.0. ## Params: @@ -42,7 +42,7 @@ Set client debugging callback. ?> -> ***NOTE:*** +> ***NOTE:*** > Except for http\Client::DEBUG_INFO, which always occurs separately, the debug > callback's $type argument contains a bitmask of (http\Client::DEBUG_IN or http\Client::DEBUG_OUT) > and (http\Client::DEBUG_HEADER or http\Client::DEBUG_BODY or http\Client::DEBUG_SSL). diff --git a/http/Env/Url.md b/http/Env/Url.md index 86e20c0..27ca87e 100644 --- a/http/Env/Url.md +++ b/http/Env/Url.md @@ -2,7 +2,7 @@ URL class using the HTTP environment by default. -> ***NOTE:*** +> ***NOTE:*** > This class has been added in v3.0.0. Always adds http\Url::FROM_ENV to the $flags constructor argument. See also http\Url. diff --git a/http/Header/Parser.md b/http/Header/Parser.md index 598043f..7056681 100644 --- a/http/Header/Parser.md +++ b/http/Header/Parser.md @@ -2,7 +2,7 @@ The parser which is underlying http\Header and http\Message. -> ***NOTE:*** +> ***NOTE:*** > This class has been added in v2.3.0. ## Constants: diff --git a/http/Url/__construct.md b/http/Url/__construct.md index ee3ec33..6071cc2 100644 --- a/http/Url/__construct.md +++ b/http/Url/__construct.md @@ -2,7 +2,7 @@ Create an instance of an http\Url. -> ***NOTE:*** +> ***NOTE:*** > Prior to v3.0.0, the default for the $flags parameter was http\Url::FROM_ENV. See also http\Env\Url. diff --git a/http/Url/mod.md b/http/Url/mod.md index e283156..59289ff 100644 --- a/http/Url/mod.md +++ b/http/Url/mod.md @@ -2,7 +2,7 @@ Clone this URL and apply $parts to the cloned URL. -> ***NOTE:*** +> ***NOTE:*** > This method returns a clone (copy) of this instance. ## Params: -- 2.30.2