Skip to content

Commit

Permalink
Make default headers config driven
Browse files Browse the repository at this point in the history
  • Loading branch information
tejaswiagarwal committed Oct 31, 2019
1 parent f0051d8 commit 6bc9a5e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions runtime/client_http_request.go
Expand Up @@ -34,13 +34,6 @@ import (
"go.uber.org/zap"
)

const (
acceptHeader = "Accept"
contentTypeHeader = "Content-Type"
acceptHeaderValue = "application/json"
contentTypeHeaderValue = "application/json"
)

var metricNormalizer = strings.NewReplacer("::", "--")

// ClientHTTPRequest is the struct for making a single client request using an outbound http client.
Expand Down

0 comments on commit 6bc9a5e

Please sign in to comment.