From: Michael Wallner Date: Fri, 8 Nov 2013 13:00:48 +0000 (+0100) Subject: warnings X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=1caf5a5c503da66c49077b46812563ba6abe968f;p=mdref%2Fmdref-http warnings --- 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.