Type Alias ResponseHeaders

ResponseHeaders: { [name: string]: string }

Headers of a Http Response as a map from header name to header value

Type declaration

  • [name: string]: string