Sippet.Message.pop_header

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

pop_header(message, header, default \\ nil)

View Source

Specs

pop_header(t(), header(), any()) :: {value() | any(), t()}

Returns and removes the values associated with header in message.

If header is present in message with values [value], {[value], new_message} is returned where new_message is the result of removing header from message. If header is not present in message, {default, message} is returned.