Expand description
The unofficial repl.it container protocol for Rust.
The container protocol is what repl.it uses for communication with it’s
repl containers. This uses the api.proto
file which can be found on the
github repo to generate Rust using prost (which implements protobuf).
Modules§
Structs§
- Message used to configure PTY
- Redirect indicates that a client should attempt to connect through another URL. This is needed since most browser WebSockets implementations do not support following standard HTTP redirects.