izqui / Taylor

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

[WIP] Remove Foundation dependencies where possible #14

Closed Danappelxx closed 9 years ago

Danappelxx commented 9 years ago

Obviously, NSData is going to be difficult. I just got this ship started by removing the unnecessary imports and NSStrings.

perezpaya commented 9 years ago

Seems legit, I'll test and merge it later. Thanks for it man

perezpaya commented 9 years ago

Btw, @izqui we could write some tests, so we can integrate them with pull requests. With that we could have a better flow. Let's see if I've can spend some time refactoring a bit some parts and writing some tests.

Danappelxx commented 9 years ago

Fixed https://github.com/izqui/Taylor/issues/15

izqui commented 9 years ago

I tested it and it works okey.

I agree with @alexperezpaya, we need tests.