warnings
authorMichael Wallner <mike@php.net>
Fri, 8 Nov 2013 13:00:48 +0000 (14:00 +0100)
committerMichael Wallner <mike@php.net>
Fri, 8 Nov 2013 13:00:48 +0000 (14:00 +0100)
http/Client/Request/setContentType.md
http/Message/Body/append.md

index 6422529fd325aaedfc08f6175299f12628cb8e8e..2ec6451040d88eaa6c66ec3eed7379a96dc2b03e 100644 (file)
@@ -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.
index 126b7c7c6457fcee7dbe526b77a8ec3d61fa71e6..5cf06010e461f6176984c95502c8efbe318bbf21 100644 (file)
@@ -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.