Class: LLM::Transport::HTTP::Request Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/llm/transport/http.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

#clientObject

Returns the value of attribute client

Returns:

  • (Object)

    the current value of client



15
16
17
# File 'lib/llm/transport/http.rb', line 15

def client
  @client
end