get
get (url
)
- Returns the contents of the specified url. Upon failure,
get
returnsundef
. 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.