8000 Tags · go-macaron/binding · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: go-macaron/binding

Tags

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add YAML support (#40)

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix url validation (#38)

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
binding: support parse URL parameters into struct fields (#32)

* bind data support args in url

support args in url like '/apth/:ID ' can be bind into struct

* add URL() for binding data from url

add URL() for binding data from url

* Update binding.go

* Update go.mod

* Update binding.go

* Update binding.go

Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>

v1.0.1

Toggle v1.0.1's commit message

Unverified

This user has not yet uploaded their public signing key.
ci: add Go 1.13.x

v1.0.0

Toggle v1.0.0's commit message
ignore content-type header for requests that have no body. (#30)

fix #29
0