Instance Methodsoto-core 7.4.0SotoCore
decodeHeaderIfPresent(_:key:)
Decode headers with prefix to Dictionary.
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]?