//
pkg.gl
Category
github.com/aptomi/k8s-app-engine
pkg
api
codec
package
0.1.15
Repository:
https://github.com/aptomi/k8s-app-engine.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
119 SLOC
#
Functions
NewContentTypeHandler
NewContentTypeHandler returns instance of ContentTypeHandler for provided runtime registry.
#
Constants
Default
Default is the default content type.
JSON
JSON is the json codec content type.
YAML
YAML is the yaml codec content type.
#
Structs
ContentTypeHandler
ContentTypeHandler is a helper for working with Content-Type header and doing read/write for http requests/response.