[][src]Crate soketto

An implementation of the RFC6455 websocket protocol as a set of tokio codecs.

Modules

base

A websocket base frame and accompanying tokio codec.

connection

A futures::Stream + futures::Sink implementation which produces and consumes base::Data items.

extension

Websocket extensions as per RFC 6455.

handshake

Websocket handshake codecs.

Type Definitions

BoxError