Package cherrypy :: Package lib :: Module http
[hide private]
[frames] | no frames]

Source Code for Module cherrypy.lib.http

1  import warnings 
2  warnings.warn('cherrypy.lib.http has been deprecated and will be removed ' 
3                'in CherryPy 3.3 use cherrypy.lib.httputil instead.', 
4                DeprecationWarning) 
5   
6  from cherrypy.lib.httputil import * 
7