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