Versions in this module Expand all Collapse all v0 v0.11.2 May 28, 2020 Changes in this version + var DefaultHeaders = map[string]string + var DefaultUnsafeTypes = map[string]string + func NewResponseWriter(orig http.ResponseWriter) (http.ResponseWriter, func() (int, error)) + type NoXSSResponseWriter struct + DefaultHeaders map[string]string + TypeMap map[string]string + func (w *NoXSSResponseWriter) Close() (int, error) + func (w *NoXSSResponseWriter) Header() http.Header + func (w *NoXSSResponseWriter) Write(p []byte) (int, error) + func (w *NoXSSResponseWriter) WriteHeader(statusCode int)