From 1caf5a5c503da66c49077b46812563ba6abe968f Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 8 Nov 2013 14:00:48 +0100 Subject: [PATCH] warnings --- http/Client/Request/setContentType.md | 3 +-- http/Message/Body/append.md | 5 +++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/http/Client/Request/setContentType.md b/http/Client/Request/setContentType.md index 6422529..2ec6451 100644 --- a/http/Client/Request/setContentType.md +++ b/http/Client/Request/setContentType.md @@ -11,7 +11,6 @@ Set the MIME content type of the request message. * http\Client\Request, self. - -## Errors: +## Warnings: * HTTP_E_INVALID_PARAM, if $content_type does not follow the general "primary/secondary" notation. diff --git a/http/Message/Body/append.md b/http/Message/Body/append.md index 126b7c7..5cf0601 100644 --- a/http/Message/Body/append.md +++ b/http/Message/Body/append.md @@ -10,3 +10,8 @@ Append plain bytes to the message body. ## Returns: * http\Message\Body, self. + + +## Warnings: + +* E_MESSAGE_BODY, if writing to the body fails. -- 2.30.2