##// END OF EJS Templates
hgweb: clarify that apppath begins with a forward slash...
Gregory Szorc -
r36915:e67a2e05 default
parent child Browse files
Show More
@@ -134,7 +134,8 b' class parsedrequest(object):'
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()
General Comments 0
You need to be logged in to leave comments. Login now