message
[mdref/mdref-http] / http / Message / getRequestUrl.md
1 # string http\Message::getRequestUrl()
2
3 Retrieve the request URL of the message.
4 See http\Message::setRequestUrl().
5
6 ## Params:
7
8 None.
9
10 ## Returns:
11
12 * string, the request URL; usually the path and the querystring.
13 * false, if the message was not of type request.
14
15 ## Notices:
16
17 * E_MESSAGE_TYPE, if the message is not of type request.