package
0.4.1
Repository: https://github.com/morelj/httptools.git
Documentation: pkg.go.dev

# 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.