An open API service indexing awesome lists of open source software.

https://github.com/mdigger/rest

Simple REST framework for Go (Golang)
https://github.com/mdigger/rest

http-server rest-api

Last synced: 4 months ago
JSON representation

Simple REST framework for Go (Golang)

Awesome Lists containing this project

README

          

# REST API
[![GoDoc](https://godoc.org/github.com/mdigger/rest?status.svg)](https://godoc.org/github.com/mdigger/rest)
[![Build Status](https://travis-ci.org/mdigger/rest.svg)](https://travis-ci.org/mdigger/rest)
[![Coverage Status](https://coveralls.io/repos/github/mdigger/rest/badge.svg?branch=master)](https://coveralls.io/github/mdigger/rest?branch=master)

Package rest is designed for creating RESTful APIs.

- makes it easy to give any objects that support serialization to JSON
- supports the restriction of only one response to the request
- have the ability to override the data format before output
- it is possible to set your headers to output
- separate support for handling redirects
- ready for logging responses
- support for named parameters in the path