wsgi/handler.py
branchstable
changeset 4721 8f63691ccb7f
parent 4719 aaed3f813ef8
child 5223 6abd6e3599f4
child 5421 8167de96c523
equal deleted inserted replaced
4720:ddf4f19eb07a 4721:8f63691ccb7f
     8 
     8 
     9 __docformat__ = "restructuredtext en"
     9 __docformat__ = "restructuredtext en"
    10 
    10 
    11 from cubicweb import AuthenticationError
    11 from cubicweb import AuthenticationError
    12 from cubicweb.web import (NotFound, Redirect, DirectResponse, StatusResponse,
    12 from cubicweb.web import (NotFound, Redirect, DirectResponse, StatusResponse,
    13                        ExplicitLogin)
    13                           ExplicitLogin)
    14 from cubicweb.web.application import CubicWebPublisher
    14 from cubicweb.web.application import CubicWebPublisher
    15 from cubicweb.wsgi.request import CubicWebWsgiRequest
    15 from cubicweb.wsgi.request import CubicWebWsgiRequest
    16 
    16 
    17 # See http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
    17 # See http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
    18 STATUS_CODE_TEXT = {
    18 STATUS_CODE_TEXT = {