Kitura / KituraKit

Swift client library for using Codable routes with Kitura
Apache License 2.0
59 stars 20 forks source link

feat: Add support for client certificates #43

Closed ianpartridge closed 5 years ago

ianpartridge commented 5 years ago

Currently, KituraKit does not support client certificates, or self-signed client certificates. This functionality is available in SwiftyRequest though, so enabling it is a matter of some plumbing.

We add a public struct ClientCertificate to avoid exposing the SwiftyRequest type in the KituraKit public API.

Also update the repo to Swift 4.2.1 and broaden the Travis testing.