go-restful
на сайте с April 07, 2023 09:30
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.