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