--
You received this message because you are subscribed to the Google Groups "Cap'n Proto" group.
To unsubscribe from this group and stop receiving emails from it, send an email to capnproto+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/capnproto.
As Ian says, it's straightforward to layer Cap'n Proto's "two-party" RPC (which is the only thing that anyone uses currently) on top of TLS, since it accepts an arbitrary abstract I/O stream. This should only take a few lines of code. So I, too, wonder what "first-class" support would mean.
--