Instream v0.18.0 Instream.Response View Source
Response handling module.
Link to this section Summary
Functions
Maybe parses a response based on the requested result type
Parses the response of a ping query
Parses the response of a status query
Parses the response of a version query
Link to this section Types
Link to this type
t()
View Source
t() :: {:error, term()} | {status :: pos_integer(), headers :: list(), body :: String.t()}
Link to this section Functions
Maybe parses a response based on the requested result type.
Parses the response of a ping query.
Parses the response of a status query.
Parses the response of a version query.
Returns “unknown” if the response did not contain a parseable header.