JavaScript Editor Javascript debugger     Website design 


HttpMessage::toMessageTypeObject

Create HTTP object regarding message type ()
HttpRequest|HttpResponse HttpMessage::toMessageTypeObject ( )

Creates an object regarding to the type of the message.

Parameters

Return Values

Returns either an HttpRequest or HttpResponse object on success, or NULL on failure.

Errors/Exceptions

Throws HttpRuntimeException, HttpMessageTypeException, HttpHeaderException.