pylover / nanohttp

A very micro HTTP framework.
http://nanohttp.org
Other
46 stars 13 forks source link

Cannot use python keywords as the HTTP verb #150

Open farzaneka opened 5 years ago

farzaneka commented 5 years ago
class Root(RestController):
    @action
    def import(self):
         ....

Causes SyntaxError