Method: HTTPX::Plugins::Retries::RequestMethods#partial_response=

Defined in:
lib/httpx/plugins/retries.rb

#partial_response=(value) ⇒ Object (writeonly)

a response partially received before.



237
238
239
# File 'lib/httpx/plugins/retries.rb', line 237

def partial_response=(value)
  @partial_response = value
end