How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Simple and easy go web micro framework
go-restful is a framework for building RESTful web services in Go. It functions as a toolkit for managing API endpoints, providing a request router that maps incoming HTTP requests to handler functions using path parameters and custom URL patterns. The framework includes a data conversion layer that transforms Go structures into JSON or XML formats for request and response bodies. It also provides a system for organizing related web services into containers to manage endpoint prefixing and shared configuration. The project covers request lifecycle management through middleware filters for va
A quick and easy way to setup a RESTful JSON API
The main features of gogearbox/gearbox are: Routing and Middleware.
Projects with overlapping indexed features include: devfeel/dotweb — Simple and easy go web micro framework. emicklei/go-restful — go-restful is a framework for building RESTful web services in Go. It functions as a toolkit for managing API… go-aah/aah. go-chi/chi — Chi is a lightweight, idiomatic router and middleware framework for building web services in Go. It is designed to… go-goyave/goyave. ant0ine/go-json-rest — A quick and easy way to setup a RESTful JSON API.