📄️ App
The primary Zinc application type and its lifecycle, routing, and introspection APIs.
📄️ Group
Group routes by prefix, middleware chain, and route subtree.
📄️ Context
The request-scoped API surface for handlers and middleware.
📄️ Bind
The request binding interfaces, `c.Bind()` helper, supported formats, and validation flow.
📄️ Config
Routing behavior, server limits, proxy handling, and extension points.
📄️ Errors
HTTPError, predefined status errors, and custom error handling hooks.
📄️ Response Writer
Wrap response writers in middleware to track status, bytes written, and write state.