HeaderUtil
public final class HeaderUtil
Undocumented
-
Undocumented
Declaration
Swift
public class func getParameterValue(named name: String, in headerLine: String) -> String?
-
Undocumented
Declaration
Swift
public class func setParameterValue( _ value: String, named name: String, enclosingInQuotes: Bool = false, in headerLine: inout String )
-
Undocumented
Declaration
Swift
public class func removeParameter(named name: String, in headerLine: inout String)