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