class HTTP2::Request

Defined in:

http2.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(headers : HTTP::Headers, body : IO | Nil) #

[View source]

Instance Method Detail

def body : IO | Nil #

[View source]
def headers : HTTP::Headers #

[View source]
def method : String #

[View source]
def path : String #

[View source]