class HTTP2::Client

Defined in:

http2.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(host : String, port : Int32) #

[View source]

Instance Method Detail

def connection #

[View source]
def send(headers : HTTP::Headers, body : Bytes, trailers : HTTP::Headers | Nil = nil) #

[View source]