Index

HttpUrl

An HTTP URL.

Input Format:

[http://]host[:[port]][/path]

Where the components enclosed in square brackets are optional, and

Examples:
The following statement declares an HttpUrl variable called wx_url, and assigns it the URL of the Owen's Valley weather update XML file.
  HttpUrl wx_url = "http://wx.cm.pvt/latestsampledata.xml"

Martin Shepherd (8-Dec-2009)