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.
go get github.com/ursiform/forest
go test -cover github.com/ursiform/forest