The heat.common.urlfetch Module

Utility for fetching a resource (e.g. a template) from a URL.

heat.common.urlfetch.get(url)[source]

Get the data at the specifier URL.

The URL must use the http: or https: schemes. Raise an IOError if getting the data fails.

This Page