Coleman McFarland
Coleman McFarland
Howdy, thanks for providing an implementation of this protocol in Go. I'm interested in alternatives to TLS for transport security. My issue is, I need to wrap a `net.Listener` and...
Based on the code comment here: https://github.com/spacemonkeygo/openssl/blob/master/http.go#L51 ... it seems that an HTTP _client_ is not implemented. Are there any known/recommended HTTP clients that can accept/embed the connection object created...
[I just ran into this issue](https://github.com/japaric/steed/issues/153) trying to build in Arch using the lld strategy (e.g. not Docker/cross). I'm trying to compile steed itself, not a dependent crate. Note: The...
I'd like to take values returned from the API and serialize them to disk with `bincode` (or similar), which wants an implementation of `serde::Serialize`. Since the values of structs are...
I've generated a few thrift clients with this lib. Working good so far. But I have an instance where I've needed to modify the generated code. It's related to the...
Server returns 403 for me for this link: https://github.com/RustAudio/rimd/blame/master/README.md#L13 I wish I could suggest some alternative docs, but I'm fairly new to midi programming.
I use a version of this lib in my tests, and it would be convenient to use a docker container. Are there any known Docker containers that wrap up nginx...