crusty-dave

Results 10 comments of crusty-dave

How does one implement TLS with gotham? I cannot seem to find an example anywhere... Can one use the native_tls crate with gotham? FYI: I have converted a test program...

If it can be incorporated in 0.3.*, that would be very useful to me. The following is what I currently do with actix, it would be great if I could...

I would add that I really like StateMiddleware, which is why I would prefer to use gotham! :)

@whitfin FYI: I hope it goes without saying that it needs to support TLS 1.3. Thanks again.

I like having the TLS as simply an Option, it seems like a clean solution.

How long does it take for a feature like this to migrate from nightly to stable?

Note, to solve this correctly, there should probably be two Vecs, one for the attributes and one for the children. serialize_field() would need to collect the Vecs, then end() would...

Yes, to avoid elevating privileges on Windows. Providing direct access to the API might be a good option to allow more of the parameters to be specified. Or if you...

If you made the following: ``` pub fn open(LocalMachine | CurrentUser: SystemStore, which: &str, read_only: bool) -> io::Result ``` That would provide the flexibility that I seek.

That works for me. Sorry, I said CurrentSystem, I meant LocalMachine obviously. I updated my prior comment.