# File flickr.rb, line 81
def
http_get
(
url
)
Net
::
HTTP
.
get_response
(
URI
.
parse
(
url
)).
body
.
to_s
end