Method: HTTPX::Parser::HTTP1#<<

Defined in:
lib/httpx/parser/http1.rb

#<<(chunk) ⇒ Object



20
21
22
23
# File 'lib/httpx/parser/http1.rb', line 20

def <<(chunk)
  @buffer << chunk
  parse
end