Bouke / HAP

Swift implementation of the Homekit Accessory Protocol
https://boukehaarsma.nl/HAP/
MIT License
366 stars 50 forks source link

Use Swift-NIO for HTTP parsing #67

Closed Bouke closed 5 years ago

Bouke commented 5 years ago

It looks like swift-nio implements an HTTP parser. Using this, we can replace our outdated fork of Kitura-net and update other dependencies (e.g. BlueSocket).

Bouke commented 5 years ago

Implemented in 4041fa5a9234f4a166fcf9003774b40481ff22ae / #68.