Expand/Shrink

internet

Libraries useful for accessing the internet and converting standard internet file formats:

base64 - convert data to and from base64, which is safe for internet transmission.
json - json parser/printer/converter.
libcurl - client-side URL transfer library.
serialize - conversion to and from a flat series of bytes.
sha256 - some standard hashing and hmac routines, for authentication.
sockets - routines for handling low level network sockets.
url - basic routines for dealing with/parsing url strings.
xml - xml parser/printer.