package
0.0.0-20230130100827-6c64ebff31b2
Repository: https://github.com/packtpublishing/go-cookbook.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

GetNegotiator takes a request, and figures out the ContentType from the Content-Type header.
Handler gets a negotiator using the request, then renders a Payload.

# Structs

Negotiator wraps render and does some switching on ContentType.
Payload defines it's layout in xml and json.