Ejemplo n.º 1
0
 def getChildWithDefault(self, path, request):
     self.info(f'MiraBeau getChildWithDefault {request.method}, '
               f'{path}, {request.uri} {request.client}')
     uri = urllib.parse.unquote_plus(path)
     self.info(f'MiraBeau  uri {uri}')
     return ReverseProxyUriResource(uri)
Ejemplo n.º 2
0
 def getChildWithDefault(self, path, request):
     self.info('MiraBeau getChildWithDefault %s, %s, %s %s', request.method,
               path, request.uri, request.client)
     uri = urllib.parse.unquote_plus(path)
     self.info('MiraBeau  uri %r', uri)
     return ReverseProxyUriResource(uri)