struct Cloudflare::Endpoint::TCP
- Cloudflare::Endpoint::TCP
- Cloudflare::Endpoint
- Struct
- Value
- Object
Defined in:
cloudflare/endpoint.crConstructors
Instance Method Summary
- #dataRaw : String | Nil
- #dataRaw=(dataRaw : String | Nil)
- #headers : HTTP::Headers
- #headers=(headers : HTTP::Headers)
- #method : String
- #method=(method : String)
- #port : UInt16
- #port=(port : UInt16)
- #resource : String
- #resource=(resource : String)
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)
#