Expand description
Multistream provides some simple abstrations for streaming client and servers. Check out the examples to help you get started.
Structs§
- Cert
AndKey File Paths - Simple structure that holds file paths to the TLS certificate and key
- Client
- This structure represents your client connection to the server
- Server
- Represents a server! Get ready for all those new connections
- Stream
Client - This structure represents a connected client
Enums§
- Stream
Listener - This is the underlying listener handle for the server