OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Types Summary | |
|---|---|
| HttpHeader | |
| HttpHeaderValue | |
| HttpParameter | |
| ListOfParameter | |
type record HttpHeader {
charstring Name,
set length (1..infinity) of HttpHeaderValue ListOfValue
}
type record HttpHeaderValue {
charstring Value optional,
ListOfParameter ParameterList optional
}
type record HttpParameter {
charstring Name,
charstring Value optional
}
type set of HttpParameter ListOfParameter