package
0.0.0-20240912065615-60fd97213283
Repository: https://github.com/go-leo/gox.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
Data writes data with custom ContentType.
HTML executes template and writes its result with custom ContentType for response.
No description provided by the author
JSON marshals the given interface object and writes it with custom ContentType.
No description provided by the author
MsgPack encodes the given interface object and writes data with custom ContentType.
ProtoBuf marshals the given interface object and writes data with custom ContentType.
No description provided by the author
Reader writes data with custom ContentType and headers.
Redirect redirects the http request to new location and writes redirect response.
No description provided by the author
Text writes data with custom ContentType.
TOML marshals the given interface object and writes data with custom ContentType.
XML encodes the given interface object and writes data with custom ContentType.
YAML marshals the given interface object and writes data with custom ContentType.
# Type aliases
No description provided by the author