Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Charset Charset `json:"charset,omitempty"`
}
Config holds the plugin configuration.
func CreateConfig ¶
func CreateConfig() *Config
CreateConfig creates a new instance of the plugin configuration.
type Utf8ConverterMiddleware ¶
type Utf8ConverterMiddleware struct {
// contains filtered or unexported fields
}
Utf8ConverterMiddleware is the plugin middleware. Utf8ConverterMiddleware is the plugin middleware.
func (*Utf8ConverterMiddleware) ServeHTTP ¶
func (m *Utf8ConverterMiddleware) ServeHTTP(w http.ResponseWriter, r *http.Request)
ServeHTTP handles incoming HTTP requests.
Click to show internal directories.
Click to hide internal directories.