Method: HTTPX::Parser::HTTP1#upgrade?

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

#upgrade?Boolean

Returns:

  • (Boolean)


31
32
33
# File 'lib/httpx/parser/http1.rb', line 31

def upgrade?
  @upgrade
end