Package flumotion :: Package component :: Package misc :: Package httpserver :: Package httpcached :: Module http_utils
[hide private]

Module http_utils

source code

Classes [hide private]
  _Dummy
  Url
Represents an HTTP URL.
Functions [hide private]
 
unparse_qs(query) source code
Variables [hide private]
  DEFAULT_PORTS = {'http': 80, 'https': 443}
  DEFAULT_SCHEME = 'http'
  __package__ = 'flumotion.component.misc.httpserver.httpcached'