mime

package
v0.8.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2016 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Ext         string
	ContentType string
}

Config represent a mime config.

func (Config) SetContent

func (c Config) SetContent(w http.ResponseWriter, r *http.Request) bool

SetContent sets the Content-Type header of the request if the request path is supported.

type Mime

type Mime struct {
	Next    middleware.Handler
	Configs []Config
}

Mime sets Content-Type header of requests based on configurations.

func (Mime) ServeHTTP

func (e Mime) ServeHTTP(w http.ResponseWriter, r *http.Request) (int, error)

ServeHTTP implements the middleware.Handler interface.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL