templates

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2015 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package templates implements template execution for files to be dynamically rendered for the client.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

New constructs a new Templates middleware instance.

Types

type Rule

type Rule struct {
	Path       string
	Extensions []string
}

Rule represents a template rule. A template will only execute with this rule if the request path matches the Path specified and requests a resource with one of the extensions specified.

type Templates

type Templates struct {
	Next  middleware.Handler
	Root  string
	Rules []Rule
}

Templates is middleware to render templated files as the HTTP response.

func (Templates) ServeHTTP

func (t Templates) 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