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
Link to this function
decode_content(content) View Source
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
Link to this function
warning?(message) 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
Link to this callback