hound v1.1.1 Hound.ResponseParser behaviour View Source

Defines a behaviour for parsing driver responses and provides a default implementation of the behaviour

Link to this section Summary

Functions

Decodes a response body

Default implementation to handle drivers responses

Default implementation to check if the message is a warning

Link to this section Functions

Decodes a response body

Link to this function

handle_response(mod, path, code, body) View Source

Default implementation to handle drivers responses.

Link to this function

parse(parser, path, code, headers, raw_content) View Source

Default implementation to check if the message is a warning

Link to this section Callbacks

Link to this callback

handle_error(map) View Source
handle_error(map()) :: {:error, any()}

Link to this callback

handle_response(any, integer, arg2) View Source
handle_response(any(), integer(), String.t()) :: any()