chadwhitacre / httpy

middleware to smooth over WSGI's most glaring warts.
0 stars 1 forks source link

Server class should take callable, not class/module #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Enforcing the name 'respond' (<Responder>.respond) is overly brittle; leave
it to convention. Anywhere you import a class or module, you can import or
specify the callable under it, so it's not a big deal.

Original issue reported on code.google.com by whit537@gmail.com on 4 Nov 2006 at 2:04

GoogleCodeExporter commented 9 years ago
out of scope

Original comment by whit537@gmail.com on 14 Nov 2006 at 4:10