package
0.0.4
Repository: https://github.com/mutablelogic/go-client.git
Documentation: pkg.go.dev

# Functions

NewFormEncoder creates a new encoder object, whichwrites application/x-www-form-urlencoded to the io.Writer.
NewMultipartEncoder creates a new encoder object, which writes multipart/form-data to the io.Writer.

# Constants

No description provided by the author

# Structs

Encoder is a multipart encoder object.
File is a file object, which is used to encode a file in a multipart request.