[][src]Module brokaw::raw

Low level connection/stream APIs

These deal with raw NNTP connections and byte responses. Consider using the higher level client APIs unless you have special requirements

Modules

connection

Raw connection implementation

error

Low level API errors

response

Raw NNTP response types

Structs

DataBlocks

The Multi-line Data Blocks portion of an NNTP response

NntpConnection

A raw connection to an NNTP Server

RawResponse

A response returned by the low-level NntpConnection

TlsConfig

TLS configuration for an NntpConnection

Enums

Compression

A type of compression enabled on the server

NntpStream

A raw NNTP session