binding icon indicating copy to clipboard operation
binding copied to clipboard

Reflectionless data binding for Go's net/http (not actively maintained)

Results 8 binding issues
Sort by recently updated
recently updated
newest added

As a follow-on to 52f4dd9, continue the process of allowing errors that aren't binding.Errors to flow through without adaptation. The need for this arises from cases where validation is performed...

I have a use case where I have a buffer of JSON that I would like to use binder to deserialize and validate for me. Would it be helpful to...

suggestion
discussion

Similar to https://github.com/mholt/binding/issues/31 I would like to return a different error code if someone does a HTTP POST without any form data. At the moment it defaults to `415 Unsupported...

Hey, First of all great work. So when I started using binding, one of the overheads I felt was writing FieldMap function. So leveraging the go generate power, I have...

enhancement
documentation

Quite a few important discussions and pull requests have happened here which I think deserve some attention (all are important, but these are the relevant ones): - #17 Add type...

discussion