136
137
# Inherit values for the input members
137
138
self.method = os.environ['REQUEST_METHOD']
139
140
# Split the given path into the app (top-level dir) and sub-path
140
141
# (after first stripping away the root directory)
141
142
path = common.util.unmake_path(self.uri)
146
147
(self.app, self.path) = (common.util.split_path(path))