public class DTHeader
An HTTP Request header, which consists of a name/value pair. For example: name="Content-Type" value="text/html"
public BBjString Name!The name of the header attribute.
public BBjString Value!The value of the header attribute.
public BBjString toString()