App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
google.appengine.api.urlfetch_errors.InvalidURLError Class Reference
Inheritance diagram for google.appengine.api.urlfetch_errors.InvalidURLError:
google.appengine.api.urlfetch_errors.Error

Detailed Description

Raised when the URL given is empty or invalid.

Only http: and https: URLs are allowed. The maximum URL length
allowed is 2048 characters. The login/pass portion is not
allowed. In deployed applications, only ports 80 and 443 for http
and https respectively are allowed.

The documentation for this class was generated from the following file: