Method: Rex::Proto::Http::Client#pipeline

Defined in:
lib/rex/proto/http/client.rb

#pipelineObject

Whether or not pipelining is in use.



681
682
683
# File 'lib/rex/proto/http/client.rb', line 681

def pipeline
  @pipeline
end