v0.3.0: TLS client auth, Deno 1.11+
- Allow TLS authentication, when supported by Deno (#7).
- Requires running Deno with
--unstable
. - Not available yet as of Deno
v1.13.2
. To use immediately, usedeno upgrade --canary
. - Should be available in Deno
v1.14
once it is released.
- Requires running Deno with
- More consistently obey
--verbose
flag (#4). - Updated deps to
/[email protected]
. - Now requires Deno v1.11 or later.