octolab/propaganda

View on GitHub
headers.go

Summary

Maintainability
A
0 mins
Test Coverage
package propaganda

const (
    XDeadline  = "X-Deadline"
    XFeatures  = "X-Features"
    XRequestID = "X-Request-Id"
    XSource    = "X-Source"
    XTimeout   = "X-Timeout"
)