struct

Cloudflare::Endpoint::TCP

Inherits Cloudflare::Endpoint < Struct < Value < Object

Constructors

new(port : UInt16, method : String, resource : String, headers : HTTP::Headers | Nil, dataRaw : String | Nil)
Source

Instance methods

dataRaw
Source
dataRaw=(dataRaw : String | Nil)
Source
headers
Source
headers=(headers : HTTP::Headers)
Source
method
Source
method=(method : String)
Source
port
Source
port=(port : UInt16)
Source
resource
Source
resource=(resource : String)
Source