abstract class NGHTTP::Protocol

Direct Known Subclasses

Defined in:

nghttp/protocol.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.for_alpn(protocol : String | Nil) #

[View source]

Instance Method Detail

abstract def alpn_id : String #

[View source]
def alpn_ids : Array(String) #

[View source]
abstract def handle_request(env, full_url = false) #

[View source]
abstract def handle_response(env : HTTPEnv) #

[View source]
abstract def http_io_to_response(env : HTTPEnv, io = nil) #

[View source]
def multiplexed? : Bool #

[View source]
abstract def name : String #

[View source]
def new_connection_protocol : Protocol #

[View source]
abstract def request_to_http_io(env, full_url = false, io = nil) #

[View source]
abstract def uses_connection_header? : Bool #

[View source]
abstract def uses_host_header? : Bool #

[View source]
abstract def uses_transfer_encoding? : Bool #

[View source]