httpin icon indicating copy to clipboard operation
httpin copied to clipboard

🍡 HTTP Input for Go - HTTP Request from/to Go Struct (Bi-directional Data Binding between Go Struct and http.Request)

Results 16 httpin issues
Sort by recently updated
recently updated
newest added

Hello! I am familiar with #59 and #61 and your decision to reject "nested structs", but at the same time I want to drag your attention to OpenAPI v3.x There...

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1. Release notes Sourced from github.com/gorilla/mux's releases. Release v1.8.1 What's Changed build: CircleCI 2.1 + build matrix by @​elithrar in gorilla/mux#595 Include "404" and "405"...

dependencies
go

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0. Release notes Sourced from github.com/stretchr/testify's releases. v1.9.0 What's Changed Fix Go modules version by @​SuperQ in stretchr/testify#1394 Document that require is not safe to...

dependencies
go

Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.0.11 to 5.0.12. Release notes Sourced from github.com/go-chi/chi/v5's releases. v5.0.12 Hi everyone, thank you to all contributors + reviewers. We present chi v5.0.12 which includes support for...

dependencies
go

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...

dependencies
github_actions

Adds support for an `omitempty` tag. Main use case is for query parameters where we may not want have empty keys i.e. `/pets?name_pointer=` By adding `omitempty` to the tag then...