# Functions
Create a new TimeoutReader.
No description provided by the author
# Variables
ErrReadTimeout is the error used when a read times out before completing.
# Structs
An io.ReadCloser that has a timeout for each underlying Read() function and optionally closes the underlying Reader on timeout.