Go-restful is a Go package for developing REST services. This tag is for questions about this package specifically; questions about REST services development in Go should use the rest tag instead.
Go-restful is a package for building REST web services in Go. It includes a configurable router, support for JSON and XML in requests and responses, access to headers and query parameters, customizable error handling, and other features described on the project homepage.