Sippet.Message.get_header

You're seeing just the function get_header, go back to Sippet.Message module for more information.
Link to this function

get_header(message, header, default \\ nil)

View Source

Specs

get_header(t(), header(), any()) :: value() | any()

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).