A Go library for binding HTTP request parameters to Go objects with validation support.
Bind is a Go library that simplifies handling HTTP request parameters by automatically binding them to Go objects. It provides a clean, type-safe way to parse and validate form data, query strings, and JSON payloads in web applications.
Bind follows the principle of convention over configuration, using struct tags to define binding rules while keeping Go code clean and maintainable.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.