Source: golang-github-emicklei-go-restful Section: golang Priority: optional Standards-Version: 4.6.2 Maintainer: Debian Go Packaging Team Uploaders: Dmitry Smirnov , Tim Potter , Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, Homepage: https://github.com/emicklei/go-restful Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-emicklei-go-restful Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-emicklei-go-restful.git XS-Go-Import-Path: github.com/emicklei/go-restful Testsuite: autopkgtest-pkg-go Rules-Requires-Root: no Package: golang-github-emicklei-go-restful-dev Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, Description: 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.