# Functions
GetHeader is similar to http.Header.Get, which gets the first value associated with the given key.
GetHeaderValues is similar to http.Header.Values, which returns all values associated with the given key.
# Type aliases
Used to transfer trace information from/to HTTP request.