diff options
Diffstat (limited to 'devel/go-json-rest/pkg-descr')
-rw-r--r-- | devel/go-json-rest/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/go-json-rest/pkg-descr b/devel/go-json-rest/pkg-descr new file mode 100644 index 000000000000..3f4d120a9d1f --- /dev/null +++ b/devel/go-json-rest/pkg-descr @@ -0,0 +1,8 @@ +Go-Json-Rest is a thin layer on top of net/http that helps building RESTful +JSON APIs easily. It provides fast URL routing using a Trie based +implementation, and helpers to deal with JSON requests and responses. It is +not a high-level REST framework that transparently maps HTTP requests +to procedure calls, on the opposite, you constantly have access to the +underlying net/http objects. + +WWW: https://github.com/ant0ine/go-json-rest/ |