软件包: golang-github-emicklei-go-restful-dev (3.7.3-1)
golang-github-emicklei-go-restful-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-github-emicklei-go-restful:
- [golang-github-emicklei-go-restful_3.7.3-1.dsc]
- [golang-github-emicklei-go-restful_3.7.3.orig.tar.gz]
- [golang-github-emicklei-go-restful_3.7.3-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Go Packaging Team
- Dmitry Smirnov
- Tim Potter
外部的资源:
- 主页 [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.