decodeHeader(_:key:)

Decode header to Date. Assumes the date format is HTTP date time

ResponseContainer.swift:65

This declaration is gated by at least one @_spi attribute.

func decodeHeader(_ type: Date.Type = Date.self, key header: String) throws -> Date