Skip to main content

Module misc

Module misc 

Source
Expand description

The remaining headers the core needs: CSeq, Call-ID, the scalars, Content-Type, Date, and the token-list headers.

Structs§

Allow
The Allow header (RFC 3261 §20.5).
CSeq
The CSeq header (RFC 3261 §20.16): a sequence number and the method it belongs to.
CallId
The Call-ID header (RFC 3261 §20.8), an opaque identifier compared byte for byte.
ContentLength
The Content-Length header (RFC 3261 §20.14).
ContentType
The Content-Type header (RFC 3261 §20.15).
Date
The Date header (RFC 3261 §20.17).
Expires
The Expires header (RFC 3261 §20.19), in seconds.
MaxForwards
The Max-Forwards header (RFC 3261 §20.22).
ProxyRequire
The Proxy-Require header (RFC 3261 §20.29).
Require
The Require header (RFC 3261 §20.32).
Supported
The Supported header (RFC 3261 §20.37).
TokenList
A header whose value is a comma-separated list of tokens: Allow, Supported, Require, Proxy-Require, Unsupported.
Unsupported
The Unsupported header (RFC 3261 §20.40).