httpoutprocessor

package
v0.0.0-...-691b052 Latest Latest
Warning

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

Go to latest
Published: May 7, 2018 License: Apache-2.0, Apache-2.0 Imports: 6 Imported by: 0

README

HTTPOUTPROCESSOR

Display on http the last received event

URL is available as http://webhookhost/pipelineName/pluginLabel/URI

  • webhookhost is defined by bitfan at startup
  • pluginLabel is defined in pipeline configuration, it's the named processor if you put one, or httpout by default
  • URI is defined in plugin configuration (see below)

Synopsys

SETTING TYPE REQUIRED DEFAULT VALUE
Codec codec false "json"
Uri string false "out"
Headers hash false {}

Details

Codec
  • Value type is codec
  • Default value is "json"

The codec used for input data. Input codecs are a convenient method for decoding your data before it enters the input, without needing a separate filter in your bitfan pipeline

Uri
  • Value type is string
  • Default value is "out"

URI path

Headers
  • Value type is hash
  • Default value is {}

Add headers to output

Configuration blueprint

httpoutprocessor{
	codec => "json"
	uri => "out"
	headers => {}
}

Documentation

Overview

Code generated by "bitfanDoc "; DO NOT EDIT

Display on http the last received event

URL is available as http://webhookhost/pipelineName/pluginLabel/URI

* webhookhost is defined by bitfan at startup * pluginLabel is defined in pipeline configuration, it's the named processor if you put one, or `httpout` by default * URI is defined in plugin configuration (see below)

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() processors.Processor

Types

This section is empty.

Jump to

Keyboard shortcuts

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