X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=docs%2Ffunctions.html;fp=docs%2Ffunctions.html;h=f78ada38c405890cf19963f4c2f7cb172c9b9a90;hp=c3d2aadd6a26730de960b078d1fa091005377dc2;hb=73508c8e9957ba07de65e41342f74fd49a8ce13a;hpb=14bee6bccd8fbaf61786b6e3936d85a71bd97f82 diff --git a/docs/functions.html b/docs/functions.html index c3d2aad..f78ada3 100644 --- a/docs/functions.html +++ b/docs/functions.html @@ -513,6 +513,9 @@ HTTP messages. Accepts an optional string parameter specifying the class to use

Set the body of the HttpMessage.
NOTE: Don't forget to update any headers accordingly.

Expects a string parameter containing the new body of the message.

+

string HttpMessage::getHeader(string header)

+

Get message header.

+

Returns the header value on success or NULL if the header does not exist.

array HttpMessage::getHeaders()

Get Message Headers.

Returns an associative array containing the messages HTTP headers.

@@ -1287,6 +1290,7 @@ http.cache_log is set.

  • HttpMessage::fromString()
  • HttpMessage::getBody()
  • HttpMessage::setBody()
  • +
  • HttpMessage::getHeader()
  • HttpMessage::getHeaders()
  • HttpMessage::setHeaders()
  • HttpMessage::addHeaders()
  • @@ -1449,7 +1453,7 @@ http.cache_log is set.

    -

    Generated at: Thu, 06 Jul 2006 20:17:57 +0200

    +

    Generated at: Fri, 07 Jul 2006 13:48:43 +0200