proxy.golang.org : github.com/codehack/go-relax
Package relax is a framework of pluggable components to build RESTful API's. It provides a thin layer over “net/http“ to serve resources, without imposing a rigid structure. It is meant to be used along “http.ServeMux“, but will work as a replacement as it implements “http.Handler“. The framework is divided into components: Encoding, Filters, Routing, Hypermedia and, Resources. These are the parts of a complete REST Service. All the components are designed to be pluggable (replaced) through interfaces by external packages. Relax provides enough built-in functionality to assemble a complete REST API. The system is based on Resource Oriented Architecture (ROA), and had some inspiration from Heroku's REST API. Example_basic creates a new service under path "/v1" and serves requests for the users resource.
Registry
-
Source
- Documentation
- JSON
- codemeta.json
purl: pkg:golang/github.com/codehack/go-relax
License: MIT
Latest release: about 4 years ago
First release: over 10 years ago
Namespace: github.com/codehack
Last synced: 14 days ago