# Functions
DefaultSerializer serializes a []byte or a string to a []byte.
NewBuilder returns a new, ready to use Builder.
# Structs
Builder provides an API to build an HTTP response before writing it to an http.Writer.
# Type aliases
A SerializerFunc serializes a body into bytes.