package
0.0.0-20241111182353-c1fbc2c9b65f
Repository: https://github.com/triangleside/gotools.git
Documentation: pkg.go.dev
# Constants
ContentLength indicates the size of the message body, in bytes, sent to the recipient.
ContentType indicates the media type of the data being sent.
ContentTypeApplicationJson indicates that the body of the HTTP request or response contains JSON.
TransferEncoding specifies the form of encoding used to transfer the payload body to the caller.
TransferEncodingChunked allows data to be sent in a series of chunks without specifying the total size beforehand.