# Functions
IsStreamable says whether the given protocol can be used for streaming into hot functions.
New creates a valid protocol handler from a I/O pipe representing containers stdin/stdout.
# Structs
DefaultProtocol is the protocol used by cold-containers.
HTTPProtocol converts stdin/stdout streams into HTTP/1.1 compliant communication.
# Interfaces
ContainerIO defines the interface used to talk to a hot function.
# Type aliases
Protocol defines all protocols that operates a ContainerIO.