Sippet v0.2.5 Sippet.Transactions.Server
Summary
Functions
Create a server transaction identifier from an incoming request
or an
outgoing response
. If they are related, they will be equal
Create a server transaction identifier explicitly
Types
request()
request() :: %Sippet.Message{body: term, headers: term, start_line: %Sippet.Message.RequestLine{method: term, request_uri: term, version: term}, target: term}
response()
response() :: %Sippet.Message{body: term, headers: term, start_line: %Sippet.Message.StatusLine{reason_phrase: term, status_code: term, version: term}, target: term}
Functions
Create a server transaction identifier from an incoming request
or an
outgoing response
. If they are related, they will be equal.