struct Cloudflare::Endpoint::TCP

Defined in:

cloudflare/endpoint.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Cloudflare::Endpoint

initialize initialize

Constructor methods inherited from struct Cloudflare::Endpoint

new new

Class methods inherited from struct Cloudflare::Endpoint

check_radar_establish!(ip_address : Socket::IPAddress, endpoint : Endpoint, options : Options) : Tuple(HTTP::Client::Response, Cloudflare::Needles::Edge, Time::Span, Time::Span) check_radar_establish!, check_scanner_establish!(ip_address : Socket::IPAddress, endpoint : Endpoint, options : Options) : Tuple(HTTP::Client::Response, Cloudflare::Needles::Edge, Time::Span, Time::Span) check_scanner_establish!

Constructor Detail

def self.new(port : UInt16, method : String, resource : String, headers : HTTP::Headers | Nil, dataRaw : String | Nil) #

[View source]

Instance Method Detail

def dataRaw : String | Nil #

[View source]
def dataRaw=(dataRaw : String | Nil) #

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

[View source]
def headers=(headers : HTTP::Headers) #

[View source]
def method : String #

[View source]
def method=(method : String) #

[View source]
def port : UInt16 #

[View source]
def port=(port : UInt16) #

[View source]
def resource : String #

[View source]
def resource=(resource : String) #

[View source]