gores
Response helpers
Utility library providing a set of pre-built HTTP response handlers for building RESTful APIs.
Go package that handles HTML, JSON, XML and etc. responses
104 stars
6 watching
4 forks
Language: Go
last commit: almost 4 years ago
Linked from 2 awesome lists
gogolanghttp-responsejson-apijson-serializationrest-apirestful
Related projects:
Repository | Description | Stars |
---|---|---|
nicklaw5/go-respond | A package for generating JSON responses in Go web applications with various status codes and error handling options. | 55 |
unrolled/render | A Go package for rendering various data types in web responses | 1,940 |
wenerme/go-req | A declarative HTTP client library for the Go programming language | 22 |
monaco-io/request | An HTTP client library for making requests in Go | 291 |
henvic/httpretty | Prints HTTP requests in a human-readable format on the terminal | 400 |
edermanoel94/rest-go | A library providing helpful methods for building RESTful APIs in Go. | 16 |
levigross/grequests | A Go library that mimics the functionality of a popular external HTTP client library | 2,143 |
flugg/laravel-responder | A package for building standardized API responses with Fractal-like functionality in Laravel and Lumen. | 865 |
esurdam/go-sophos | A client library for interacting with Sophos UTM 9 REST API in Go | 12 |
ddo/rq | A nicer interface for golang stdlib HTTP client | 51 |
dghubble/sling | A Go HTTP client library for creating and sending API requests | 1,687 |
thedevsaddam/renderer | A lightweight package for rendering different response formats in Go web applications | 263 |
adamluzsi/gorest | A framework that provides a structured approach to building RESTful APIs by separating concerns and using a modular pipeline pattern for handling resource operations and retrieving data. | 3 |
srfrog/go-relax | A framework for building RESTful APIs in Go | 152 |
torokmark/response_code | Provides a simple way to handle HTTP response status codes with human-readable text instead of numerical values. | 2 |