fengb / zCord

Zig ⚡ Discord API with zero allocations in the critical path
MIT License
55 stars 12 forks source link

Allow https.Tunnel to consume a trust chain directly #2

Open fengb opened 3 years ago

fengb commented 3 years ago

Requiring the raw PEM is a little wasteful. We can switch to a union to consume a TrustChain directly.