Example #1
0
// Serves content from the file system and marks the request served.
func (f *static) Request(ctx filters.FilterContext) {
	serve.ServeHTTP(ctx, f.handler)
}
Example #2
0
func (r *random) Request(ctx filters.FilterContext) {
	serve.ServeHTTP(ctx, r)
}