Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 997 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 997 Bytes

forest

Coverage Status

API documentation

forest is a micro-framework for building REST services that talk JSON. Its core unit is a forest.App that is built upon a bear multiplexer for URL routing. It outputs responses using forest.Response and provides utility methods for many common tasks required by web services.

Install

go get github.com/ursiform/forest

Test

go test -cover github.com/ursiform/forest

API

API documentation

License

MIT License