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)
- Host: GitHub
- URL: https://github.com/mdigger/rest
- Owner: mdigger
- License: mit
- Created: 2016-01-03T07:56:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-05T05:40:54.000Z (almost 8 years ago)
- Last Synced: 2024-06-20T05:15:04.005Z (about 2 years ago)
- Topics: http-server, rest-api
- Language: Go
- Homepage:
- Size: 244 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# REST API
[](https://godoc.org/github.com/mdigger/rest)
[](https://travis-ci.org/mdigger/rest)
[](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