# Functions
CheckConnectivity check if sending logs through HTTP works.
NewDestination returns a new Destination.
NewGzipContentEncoding creates a new Gzip content type.
# Variables
IdentityContentType encodes the payload using the identity function.
# Structs
Destination sends a payload over HTTP.
GzipContentEncoding encodes the payload using gzip algorithm.
# Interfaces
ContentEncoding encodes the payload.