[ 原始碼: 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.