Class: BadHttpResp
- Inherits:
-
AbstractResp
- Object
- AbstractResp
- BadHttpResp
- Defined in:
- lib/http/bad_http_resp.rb
Instance Attribute Summary
Attributes inherited from AbstractResp
Instance Method Summary collapse
Methods inherited from AbstractResp
Constructor Details
This class inherits a constructor from AbstractResp
Instance Method Details
#no {|body, request, response| ... } ⇒ Object
2 3 4 |
# File 'lib/http/bad_http_resp.rb', line 2 def no yield(body, request, response) end |