issues
search
mholt
/
binding
Reflectionless data binding for Go's net/http (not actively maintained)
http://mholt.github.io/binding
MIT License
795
stars
84
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Don't convert non-binding.Errors.
#60
snargleplax
opened
6 years ago
2
add request header binder
#59
maidol
opened
6 years ago
0
1. allow parse form before call binding.Bind()
#58
imiskolee
opened
7 years ago
0
[bug] error http: multipart handled by ParseMultipartForm if parse form before call binding.Bind
#57
imiskolee
opened
7 years ago
1
fix Field.Bind usage
#56
bhcleek
closed
7 years ago
0
Binding Custom Types by Specifying Binder Func Does Not Work
#55
shasderias
closed
7 years ago
1
Actually require multipart file fields
#54
yansal
closed
7 years ago
1
Make []Error.Errors() useful with RequiredError
#53
clee
closed
7 years ago
2
Best practice for operating on slices of data and keeping context
#52
itsjamie
closed
7 years ago
4
If request does not have header with Content-Type, it will be parsed as form-urlencoded request.
#51
georgysavva
closed
7 years ago
1
add method for "Errors"
#50
voidint
closed
7 years ago
1
Automatic decoding of string
#49
itsjamie
closed
8 years ago
1
URL method dedicated for query string binding
#48
kdeenanauth
closed
7 years ago
2
Pass the errors accumulated during binding to the validate method
#47
mmurray
closed
7 years ago
1
Errors object passed to Validate does not contain errors accumulated during Binding
#46
mmurray
closed
7 years ago
0
give Binders defined in fieldspec a higher precedence than Bind methods
#45
mmurray
closed
7 years ago
2
Should FieldSpec.Binder have higher precedence than Binder.Bind?
#44
mmurray
closed
7 years ago
0
Uploading file and json
#43
jchannon
closed
9 years ago
3
restore simple required error message
#42
bhcleek
closed
9 years ago
0
Required error changed
#41
bhcleek
closed
9 years ago
1
added errormessage to Field
#40
jchannon
closed
9 years ago
2
Customise error message
#39
jchannon
closed
9 years ago
7
Why not use govalidator internally?
#38
amineck
closed
9 years ago
1
implement idiomatic errors
#37
bhcleek
closed
7 years ago
6
JSON file as opposed to HTTPRequest?
#36
msweaver
closed
9 years ago
1
slice of fileheader resolve to same address
#35
boatkorachal
closed
7 years ago
3
binding.Field.Required = true, ignored for struct fields.
#34
chris-ramon
closed
7 years ago
4
autobindings to automatically create FieldMap functions for your structs
#33
akshaydeo
opened
9 years ago
1
Ability to control the HTTP error codes
#32
peterbe
opened
9 years ago
1
400 instead of 422
#31
peterbe
closed
9 years ago
8
template errors
#30
TrollWarlord
closed
9 years ago
1
Handling JSON arrays
#29
ysimonson
closed
9 years ago
4
Re-thinking the binding package
#28
mholt
opened
9 years ago
7
Issue #23 - add multipart/form-data usage example
#27
yanfali
closed
9 years ago
1
Update binding.go
#26
brknstrngz
closed
7 years ago
2
Feature request: Content-Type constraints
#25
brknstrngz
closed
9 years ago
1
Expose *Binder interface for more byte oriented payloads
#24
yanfali
opened
9 years ago
2
Please add some examples for Multipart/form-data bindings
#23
yanfali
closed
9 years ago
3
Return error interface instead of Errors
#22
troyk
closed
7 years ago
8
Usage of #4 (map nested json)
#21
otiai10
closed
10 years ago
3
Added Map to support mux.Vars in Gorilla
#20
doloopwhile
closed
7 years ago
2
dynamic (runtime) FieldMap()
#19
troyk
closed
9 years ago
10
Introduce a FieldMapFromStruct() to avoid repetitions?
#18
mark-kubacki
closed
9 years ago
6
Add type interface{} target as argument to Field.Binder?
#17
mark-kubacki
closed
9 years ago
8
Add a way to know what field names are present
#16
troyk
closed
10 years ago
2
Add fieldName as first parameter to Bind and Binder.
#15
bhcleek
closed
10 years ago
0
update README with newly supported types
#14
bhcleek
closed
10 years ago
0
Errors implement error interface
#13
doloopwhile
closed
10 years ago
1
support for pointers to all predeclared types and previously missing slices of predeclared types
#12
bhcleek
closed
10 years ago
3
fix validation of bool types
#11
bhcleek
closed
10 years ago
1
Next