Sippet.Message.get_header
You're seeing just the function
get_header
, go back to Sippet.Message module for more information.
Specs
Gets all values for a specific header
in message
.
If header
is present in message
, then all values are returned in a list.
Otherwise, default
is returned (which is nil
unless specified otherwise).