Method: Protocol::HTTP::Body::Wrapper#read

Defined in:
lib/protocol/http/body/wrapper.rb

#readObject

Read the next available chunk.



55
56
57
# File 'lib/protocol/http/body/wrapper.rb', line 55

def read
  @body.read
end