Hacker News new | ask | show | jobs
by ams6110 2669 days ago
> it never ceases to amaze me why some HTTP libs don't have TLS as a given

Separation of concerns. TLS termination is something that can be done separately, and at scale you want to separate it anyway.

1 comments

For a server, sure, but for a client?
Admittedly, I missed that. I thought this was a server lib.