decodeHeaderIfPresent(_:key:)

Decode headers with prefix to Dictionary.

ResponseContainer.swift:115

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

func decodeHeaderIfPresent(_ type: [String : String].Type = [String: String].self, key header: String) throws -> [String : String]?