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

Detailed Description

Raised when an invalid HTTP header value is used.

This issue arrises what a static handler uses http_headers. For example, the
following would not be allowed:

  handlers:
  - url: /static
    static_dir: static
    http_headers:
      Some-Unicode: "\u2628"

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