zhttpzgo.at/zhttp/mware

Imports of package mware

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
regexpPackage regexp implements regular expression search.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.
zgo.at/zhttp
zgo.at/zhttp/internal/isattyPackage isatty implements interface to isatty
zgo.at/zlogPackage zlog is a logging library.
zgo.at/zstd/zdebugPackage zdebug implements functions useful when debugging programs.
zgo.at/zstd/znetPackage znet contains utilities for network communication.