zhttpzgo.at/zhttp/mware

Imports of package mware

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
log/slogPackage slog provides structured logging, in which log records include a message, a severity level, and various other attributes expressed as key-value pairs.
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.
timePackage time provides functionality for measuring and displaying time.
zgo.at/zhttp
zgo.at/zhttp/internal/isattyPackage isatty implements interface to isatty
zgo.at/zstd/zdebugPackage zdebug implements functions useful when debugging programs.
zgo.at/zstd/znetPackage znet contains utilities for network communication.