From b4f6dff05b0f6e8d8742a8c6bcb15af82324382c Mon Sep 17 00:00:00 2001 From: rhett-inbox Date: Tue, 2 May 2023 16:23:52 -0500 Subject: [PATCH] spacing --- lib/httparty/request.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/httparty/request.rb b/lib/httparty/request.rb index 14542446..e25fa4b6 100644 --- a/lib/httparty/request.rb +++ b/lib/httparty/request.rb @@ -376,6 +376,7 @@ def clear_body options[:body] = nil @raw_request.body = nil end + def capture_cookies(response) return unless response['Set-Cookie'] cookies_hash = HTTParty::CookieHash.new