Skip to content

ursiform/forest

Repository files navigation

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

About

A REST+JSON (micro)service micro-framework written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages