Show More
@@ -134,7 +134,8 b' class parsedrequest(object):' | |||
|
134 | 134 | remoteuser = attr.ib() |
|
135 | 135 | # Value of REMOTE_HOST, if set, or None. |
|
136 | 136 | remotehost = attr.ib() |
|
137 | # WSGI application path. | |
|
137 | # Relative WSGI application path. If defined, will begin with a | |
|
138 | # ``/``. | |
|
138 | 139 | apppath = attr.ib() |
|
139 | 140 | # List of path parts to be used for dispatch. |
|
140 | 141 | dispatchparts = attr.ib() |
General Comments 0
You need to be logged in to leave comments.
Login now