Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/go-chi/render
/ types & classes
Types & classes
5 in github.com/go-chi/render
⨍
Functions
27
◇
Types & classes
5
Interface
Binder
Binder interface for managing request payloads.
render.go:14
TypeAlias
ContentType
ContentType is an enumeration of common HTTP content types.
content_type.go:14
TypeAlias
M
M is a convenience alias for quickly building a map structure that is going out to a responder. Just a short-hand.
responder.go:15
Interface
Renderer
Renderer interface for managing response payloads.
render.go:9
Struct
contextKey
contextKey is a value for use with context.WithValue. It's used as a pointer so it fits in an interface{} without allocation. This technique for defin
render.go:137