Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
RustamCadoLabs committed Jun 18, 2024
1 parent 357aff0 commit 1a6e445
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/ezclient/response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ def error?
end

def inspect
{ request: http_request.inspect, response: http_response.inspect }.to_s
{
request: { raw: http_request.inspect, headers: http_request.headers },
response: { raw: http_response.inspect, code:, headers:, body: }
}.to_s
end

def to_s
Expand Down

0 comments on commit 1a6e445

Please sign in to comment.