get
get (url)
- Returns the contents of the specified url. Upon failure,
getreturnsundef. Other than returningundef, there is no way of accessing the HTTP status code or headers returned by the server.
get (url)
get returns undef. Other than returning undef, there is no way of accessing the HTTP status code or headers returned by the server.