go-json-rest icon indicating copy to clipboard operation
go-json-rest copied to clipboard

A quick and easy way to setup a RESTful JSON API

Results 48 go-json-rest issues
Sort by recently updated
recently updated
newest added

I'm able to consistently induce the golang race detector to detect data race in several middleware In the `DefaultDevStack` (likely not expected to be used in production code) ``` ==================...

anyone have example writing middleware before access the api ? Pls , middleware of author I cant custom. :(

The author no longer maintains it.

Add the ability to explicitly define error responses. Created with the intent to be backwards compatible. Issue #193

`i.DB.First` and` i.DB.Find `no results back

Related to #192 I'm trying to use gorelic's agent.WrapHTTPHandler to monitor individual endpoints however I'm running into issues translating between the http.HandlerFunc and rest.HandlerFunc. I assume it should be possible/fairly...

I am trying to create a prometheus middleware for go-json-rest and I am running into issues due to the differences between the `rest.ResponseWriter` and the `http.ResponseWriter` I am able to...

Our RESTful apis usually have custom error code when the request failed. But the custom err code is not equal to http status code which specified in RFC document. If...

v4 idea

It would be great if we could use add [Swagger](https://helloreverb.com/developers/swagger) in the `go-json-rest` package. Swagger is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web...

enhancement