vapor / http

🚀 Non-blocking, event-driven HTTP built on Swift NIO.
MIT License
238 stars 65 forks source link

added .https scheme with TLSConfiguration parameter #364

Closed popaaaandrei closed 5 years ago

popaaaandrei commented 5 years ago

Nothing fancy, just made public a HTTPScheme generator that accepts custom TLSConfiguration. The reason is that we need to connect to a legacy API with client certificates.

Thanks

popaaaandrei commented 5 years ago

customHTTPS already exists, there is no need for this PR.