Sippet.Message.get_header_front
You're seeing just the function
get_header_front
, go back to Sippet.Message module for more information.
Specs
get_header_front(t(), header(), any()) :: multiple_value() | any()
Gets the first value of a specific header
in message
.
If header
is present in message
, then the first value is returned.
Otherwise, default
is returned (which is nil
unless specified otherwise).