Registry / web-framework / tedsuo-rata

tedsuo-rata

JSON →
library1.0.0gogounverified

A Go library providing routes, a router, and a request generator for building HTTP services with reusable route definitions.

go get github.com/tedsuo/rata
INSTALL
IMPORT
SIG · TEDSUO-RATA
T
tedsuo-rata
web-frameworkgov1.0.0
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.

rata
github.com/tedsuo/rata

Defines a simple route and prints it.

package main import ( "fmt" "github.com/tedsuo/rata" ) func main() { routes := rata.Routes{ {Name: "index", Method: "GET", Path: "/"}, } fmt.Println(routes) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
tedsuo-rata — go get tedsuo-rata · libregistry