package
0.0.0-20170102144606-65a562254f78
Repository: https://github.com/stffabi/go-plugins-helpers.git
Documentation: pkg.go.dev

# Functions

DecodeRequest decodes an http request into a given structure.
EncodeResponse encodes the given structure into an http response.
NewHandler creates a new Handler with an http mux.
StreamResponse streams a response object to the client.

# Constants

DefaultContentTypeV1_1 is the default content type accepted and sent by the plugins.

# Structs

Handler is the base to create plugin handlers.