# Functions
AppendScope adds a scope to the `x-dcdr-scopes` header.
FeaturesHandler default handler for serving a FeatureMap via HTTP.
GetScopes parses the comma delimited string from DcdrScopesHeader into a slice of strings.
ScopeMapFromRequest helper method for returning a FeatureMap scoped to the values found in DcdrScopesHeader.
SetResponseHeaders set the common response headers.
SetScopes joins the values from scopes and sets the scopes header.
# Constants
ContentType set JSON content type for responses.
ContentTypeHeader header for content type.
DcdrScopesHeader comma delimited scopes to pass to the client.
MaxScopeLimit the maximum amount of scopes allowed.