header

package module
v2.9.1 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

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.

Jump to

Keyboard shortcuts

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