185
185
# Split the given path into the app (top-level dir) and sub-path
186
186
# (after first stripping away the root directory)
187
187
path = common.util.unmake_path(req.uri)
194
190
self.hostname = req.hostname
195
191
self.headers_in = req.headers_in