Method: HTTPX::Parser::HTTP1#reset!
- Defined in:
- lib/httpx/parser/http1.rb
#reset! ⇒ Object
24 25 26 27 28 29 |
# File 'lib/httpx/parser/http1.rb', line 24 def reset! @state = :idle @headers.clear @content_length = nil @_has_trailers = nil end |