|
This verb is an easy way to get a web page. It's implemented as a script, wrapping a call to the more complex tcp.httpClient.
You can include the port in the URL, as in http://myserver.com:8080/foo.html, if the webserver is on a port other than 80.
The HTTP response headers from the server are not returned: only the source of the page itself is returned.
This verb is new in Frontier 6.1.
|