Libraries
»
httpx
(1.7.2)
»
Index
»
HTTPX
»
Connection
»
HTTP1
»
#<<
Method: HTTPX::Connection::HTTP1#<<
Defined in:
lib/httpx/connection/http1.rb
#
<<
(data) ⇒
Object
75 76 77
# File 'lib/httpx/connection/http1.rb', line 75
def
<<
(
data
)
@parser
<<
data
end