Sippet.Message.pop_header
You're seeing just the function
pop_header
, go back to Sippet.Message module for more information.
Specs
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.