public class BBHeader
An HTTP Request header, which consists of a name/value pair. For example: name="Content-Type" value="text/html"
Modifier and Type | Field and Description |
---|---|
BBjString | Name! The name of the header attribute. |
BBjString | Value! The value of the header attribute. |
Constructor and Description |
---|
BBHeader(BBjString Name!, BBjString Value!) Constructor |