Expand description

Contains all code related to sending / receiving messages from a transport and turning those messages into and out of chunks.

Modules

Contains code for turning messages into chunks and chunks into messages.

A message chunk is a message or a portion of a message, optionally encrypted & signed, which has been split for transmission.

The codec is an implementation of a tokio Encoder/Decoder which can be used to read data from the socket in terms of frames which in our case are any of the following:

Contains the implementation of various UA over TCP types.

Provides functions for parsing Urls from strings.