[ Bron: golang-github-emicklei-go-restful ]
Pakket: golang-github-emicklei-go-restful-dev (3.10.2-1)
Verwijzigingen voor golang-github-emicklei-go-restful-dev
Debian bronnen:
Het bronpakket golang-github-emicklei-go-restful downloaden:
- [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]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.