Bouke / HAP

Swift implementation of the Homekit Accessory Protocol

Home Page:https://boukehaarsma.nl/HAP/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Swift-NIO for HTTP parsing

Bouke opened this issue · comments

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).

Implemented in 4041fa5 / #68.