Method: Reaxar::Middleware::MiddlewareAbstract#process_response
- Defined in:
- lib/reaxar/middleware/middleware_abstract.rb
#process_response(response, request) ⇒ Object
Processes the HTTP response after it is received.
25 26 27 |
# File 'lib/reaxar/middleware/middleware_abstract.rb', line 25 def process_response(response, request) raise NotImplementedError, "#{self.class} has not implemented method '#{__method__}'" end |