Skip to content

jkitajima/responder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Responder


Gopher refining a speech text before the real presentation

Helper module to encode HTTP API responses


Introduction

This module contains helper functions and structs to respond API calls in accordance to this HTTP API Design.

General Structure

There are three files:

  • decoder.go: responsible for decoding incoming JSON API requests
  • response.go: contains the structs explained by the API Design document
  • responder.go: contains the functions that send the response to the client

License

Distributed under the GNU Lesser General Public License, version 2.1. See LICENSE file for more information.

About

Helper module to encode HTTP API responses

Topics

Resources

License

Stars

Watchers

Forks

Languages