:wave: This adds custom host header support to client:connect(). The value of opts.host is used for SNI as well (unless the caller also provides opts.server_name).
I've also added documentation for the recently-added server_name option.
Note: for the sake of not having to clean up merge conflicts when rebasing later on, this has been based off of the branch from #74, since that PR is already approved. If this is not desired, let me know and I'll re-push this without 9a53b4233b829db99aa36d6c751380d6525d50ab.
:wave: This adds custom host header support to
client:connect()
. The value ofopts.host
is used for SNI as well (unless the caller also providesopts.server_name
).I've also added documentation for the recently-added
server_name
option.Note: for the sake of not having to clean up merge conflicts when rebasing later on, this has been based off of the branch from #74, since that PR is already approved. If this is not desired, let me know and I'll re-push this without 9a53b4233b829db99aa36d6c751380d6525d50ab.