Helper module to encode HTTP API responses
This module contains helper functions and structs to respond API calls in accordance to this HTTP API Design.
There are three files:
decoder.go: responsible for decoding incoming JSON API requestsresponse.go: contains the structs explained by the API Design documentresponder.go: contains the functions that send the response to the client
Distributed under the GNU Lesser General Public License, version 2.1. See LICENSE file for more information.
