Expand description
The remaining headers the core needs: CSeq, Call-ID, the scalars, Content-Type,
Date, and the token-list headers.
Structs§
- Allow
- The
Allowheader (RFC 3261 §20.5). - CSeq
- The
CSeqheader (RFC 3261 §20.16): a sequence number and the method it belongs to. - CallId
- The
Call-IDheader (RFC 3261 §20.8), an opaque identifier compared byte for byte. - Content
Length - The
Content-Lengthheader (RFC 3261 §20.14). - Content
Type - The
Content-Typeheader (RFC 3261 §20.15). - Date
- The
Dateheader (RFC 3261 §20.17). - Expires
- The
Expiresheader (RFC 3261 §20.19), in seconds. - MaxForwards
- The
Max-Forwardsheader (RFC 3261 §20.22). - Proxy
Require - The
Proxy-Requireheader (RFC 3261 §20.29). - Require
- The
Requireheader (RFC 3261 §20.32). - Supported
- The
Supportedheader (RFC 3261 §20.37). - Token
List - A header whose value is a comma-separated list of tokens:
Allow,Supported,Require,Proxy-Require,Unsupported. - Unsupported
- The
Unsupportedheader (RFC 3261 §20.40).