Registry / web-framework / tideland-gorest

tideland-gorest

JSON →
library2.15.5+incompatiblegogounverified

RESTful web services framework for Go.

go get github.com/tideland/gorest
INSTALL
IMPORT
SIG · TIDELAND-GOREST
T
tideland-gorest
web-frameworkgov2.15.5+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gorest
github.com/tideland/gorest

Create a simple RESTful resource.

package main import ( "github.com/tideland/gorest" ) func main() { gorest.RegisterResource("hello", &HelloResource{}) gorest.Start() } type HelloResource struct{} func (r *HelloResource) Get(ctx gorest.Context) { ctx.Write([]byte("Hello, World!")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.15.5+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
tideland-gorest — go get tideland-gorest · libregistry