[ 源代码: golang-github-emicklei-go-restful ]
软件包:golang-github-emicklei-go-restful-dev(3.10.2-1)
golang-github-emicklei-go-restful-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-emicklei-go-restful:
- [golang-github-emicklei-go-restful_3.10.2-1.dsc]
- [golang-github-emicklei-go-restful_3.10.2.orig.tar.gz]
- [golang-github-emicklei-go-restful_3.10.2-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
build REST-style Web Services using Google Go
Go-restful is a package for building REST-style Web Services using Google Go. REST asks developers to use HTTP methods explicitly and in a way that's consistent with the protocol definition. This basic REST design principle establishes a one-to-one mapping between create, read, update, and delete (CRUD) operations and HTTP methods.