utilgo.mau.fi/util/curl

Imports of package curl

PathSynopsis
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
go.mau.fi/util/shlexPackage shlex implements a simple lexer which splits input in to tokens using shell-style rules for quoting and commenting.
ioPackage io provides basic interfaces to I/O primitives.
mimePackage mime implements parts of the MIME spec.
mime/multipartPackage multipart implements MIME multipart parsing, as defined in RFC 2046.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.