Is there a reason beyond "nobody's done it yet" that TlsAcceptor and TlsStream from the server example aren't published by this library? As it is hyper-rustls doesn't directly connect hyper and rustls.
Also it looks like the HTTP2 ALPN negotiation is on by default for the client per #95 but not the server (by the example) -- is there a reason for this?
Is there a reason beyond "nobody's done it yet" that TlsAcceptor and TlsStream from the server example aren't published by this library? As it is
hyper-rustlsdoesn't directly connect hyper and rustls.Also it looks like the HTTP2 ALPN negotiation is on by default for the client per #95 but not the server (by the example) -- is there a reason for this?