Imports of package httpext

PathSynopsis
compress/gzipPackage gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
encoding/xmlPackage xml implements a simple XML 1.0 parser that understands XML name spaces.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/go-playground/form/v4Package form Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values.
github.com/go-playground/pkg/v5/io
ioPackage io provides basic interfaces to I/O primitives.
mimePackage mime implements parts of the MIME spec.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.