cfecho

package module
v0.0.0-...-dc6f1ed Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2017 License: MIT Imports: 3 Imported by: 0

README

CFEcho

Collection of middleware for use within Cloud foundry

CorrelationMiddleware

This Middleware forwards the X-Vcap-Request-ID to downstream calls via X-Correlation-ID header. It also makes available the CorrelationId in the http.Request Context so downstream middleware/handlers can extract it and use it for e.g. logging

LICENSE

MIT

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	HeaderVCapRequestID = "X-Vcap-Request-Id"
	HeaderCorrelationID = "X-Correlation-Id"
	KeyCorrelationID    = "correlationid"
)

Functions

func CorrelationMiddleware

func CorrelationMiddleware() echo.MiddlewareFunc

Types

This section is empty.

Jump to

Keyboard shortcuts

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