ποΈ Routing
Register routes, use params and wildcards, group APIs, and generate URLs from named routes.
ποΈ Groups and Middleware
Compose app-wide, prefix-scoped, and group-scoped behavior cleanly.
ποΈ Context
Work with request data, response state, route metadata, and request-scoped values.
ποΈ Binding
Use `c.Bind()` to decode path, query, headers, body formats, forms, and multipart files into Go types.
ποΈ Responses and Rendering
Return JSON, XML, YAML, TOML, HTML, templates, files, downloads, streams, and redirects.
ποΈ Static Files
Serve directories, single files, and custom filesystem-backed assets.
ποΈ Errors
Return structured HTTP errors, short-circuit handlers cleanly, and customize error handling globally.
ποΈ Configuration
Understand Zincβs routing, server, proxy, and extensibility settings.