equal
deleted
inserted
replaced
132 urlscheme = attr.ib() |
132 urlscheme = attr.ib() |
133 # Value of REMOTE_USER, if set, or None. |
133 # Value of REMOTE_USER, if set, or None. |
134 remoteuser = attr.ib() |
134 remoteuser = attr.ib() |
135 # Value of REMOTE_HOST, if set, or None. |
135 # Value of REMOTE_HOST, if set, or None. |
136 remotehost = attr.ib() |
136 remotehost = attr.ib() |
137 # WSGI application path. |
137 # Relative WSGI application path. If defined, will begin with a |
|
138 # ``/``. |
138 apppath = attr.ib() |
139 apppath = attr.ib() |
139 # List of path parts to be used for dispatch. |
140 # List of path parts to be used for dispatch. |
140 dispatchparts = attr.ib() |
141 dispatchparts = attr.ib() |
141 # URL path component (no query string) used for dispatch. Can be |
142 # URL path component (no query string) used for dispatch. Can be |
142 # ``None`` to signal no path component given to the request, an |
143 # ``None`` to signal no path component given to the request, an |