Class: LLM::Provider::Transport::HTTP::Interruptible::Request Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/llm/provider/transport/http/interruptible.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Attribute Summary collapse

Instance Attribute Details

#httpObject

Returns the value of attribute http

Returns:

  • (Object)

    the current value of http



17
18
19
# File 'lib/llm/provider/transport/http/interruptible.rb', line 17

def http
  @http
end

#connectionObject

Returns the value of attribute connection

Returns:

  • (Object)

    the current value of connection



17
18
19
# File 'lib/llm/provider/transport/http/interruptible.rb', line 17

def connection
  @connection
end