github.com/tmc/glue
Package glue provides a simple interface to writing HTTP services in Go It aims to be small and as simple as possible while exposing a pleasant API. Glue uses reflection and dependency injection to provide a flexible API for your HTTP endpoints. There is an obvious tradeoff here. The cost of this flexibility is some static safety and some performance overhead (though this appears negligible in benchmarking). godoc: http://godoc.org/github.com/tmc/glue Features: Basic Example: Example showing middleware, logging, routing, and static file serving: glue is influenced by martini and basically co-opts gorilla's pat muxing for routing.
proxy.golang.org
v0.0.0-20140203002257-3756f3c7e6e2
about 12 years ago
1
Links
| Registry | proxy.golang.org |
| Source | Repository |
| Docs | Documentation |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:golang/github.com/tmc/glue
spec |
| License | ISC |
| Namespace | github.com/tmc |
| First Release | about 12 years ago |
| Last Synced | 20 days ago |
Repository
| Stars | 6 on GitHub |
| Forks | 0 on GitHub |