header

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2018 License: Apache-2.0 Imports: 4 Imported by: 1

README

Header Plugin

The header plugin allows you to set http headers returned to the client

Usage

Create a plugin file

package main

import (
	"github.com/micro/go-plugins/micro/header"
	"github.com/micro/micro/plugin"
)

func init() {
	plugin.Register(header.NewPlugin())
}

Build micro binary with the plugin

It can then be flagged as so

micro --header "Access-Control-Allow-Headers=User-Agent,X-Requested-With,If-Modified-Since" api

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewPlugin

func NewPlugin() plugin.Plugin

Types

This section is empty.

Directories

Path Synopsis
module

Jump to

Keyboard shortcuts

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