izqui / Taylor

A lightweight library for writing HTTP web servers with Swift
MIT License
926 stars 79 forks source link

Added Routable protocol #28

Closed kevinup7 closed 8 years ago

kevinup7 commented 8 years ago

Added Routable protocol and refactored Router, Route, and Middleware to conform to it.

Danappelxx commented 8 years ago

Other than a couple minor things - this looks good. I'll wait for @izqui to check over it but I think it should be fine.

Danappelxx commented 8 years ago

Great!