vibe.stream

Modules

base64
module vibe.stream.base64

Base64 encoding routines

botan
module vibe.stream.botan

Botan TLS implementation

bufferedstream
module vibe.stream.bufferedstream

Implements a buffered random access wrapper stream.

counting
module vibe.stream.counting

Wrapper streams which count the number of bytes or limit the stream based on the number of transferred bytes.

memory
module vibe.stream.memory

In-memory streams

multicast
module vibe.stream.multicast

Multicasts an input stream to multiple output streams.

openssl
module vibe.stream.openssl

OpenSSL based SSL/TLS stream implementation

operations
module vibe.stream.operations

High level stream manipulation functions.

stdio
module vibe.stream.stdio

Standard I/O streams

taskpipe
module vibe.stream.taskpipe

Stream interface for passing data between different tasks.

tls
module vibe.stream.tls

TLS stream implementation

wrapper
module vibe.stream.wrapper

Stream proxy and wrapper facilities.

zlib
module vibe.stream.zlib

Zlib input/output streams