Public Class methods
new(code = :no_error)
[show source]
# File lib/httpx/connection/http2.rb 26 def initialize(code = :no_error) 27 super(0, code) 28 end