Constructor
Methods
append(name:String, value:String):Void
Appends a new value onto an existing header, or adds the header if it does not exist.
get(name:String):Null<String>
Returns the value of a header with the given name, or null if not present.