|
|
function = getattr(self, environ["REQUEST_METHOD"].lower())
|
|
function = getattr(self, environ["REQUEST_METHOD"].lower())
|
|
|
status, headers, answer = function(environ, items, content, None)
|
|
status, headers, answer = function(environ, items, content, None)
|