class PlaceOS::Driver::TransportHTTP

Overview

Implement transport

Defined in:

placeos-driver/transport/http.cr

Constructors

Instance Method Summary

Instance methods inherited from class PlaceOS::Driver::Transport

before_request(&before_request : HTTP::Request -> ) before_request, connect(connect_timeout : Int32) : Nil connect, cookies : HTTP::Cookies cookies, disconnect : Nil disconnect, exec(message) : SSH2::Channel exec, http_uri_override : URI | Nil http_uri_override, http_uri_override=(http_uri_override : URI | Nil) http_uri_override=, logger(*args, **options)
logger(*args, **options, &)
logger
, pre_processor : Bytes -> Bytes | Nil | Nil
pre_processor(&pre_processor : Bytes -> Bytes | Nil)
pre_processor
, pre_processor=(pre_processor : Bytes -> Bytes | Nil | Nil) pre_processor=, proxy_in_use : String | Nil proxy_in_use, send(message) : PlaceOS::Driver::Transport
send(message, task : PlaceOS::Driver::Task, &_block : Bytes, PlaceOS::Driver::Task -> Nil) : PlaceOS::Driver::Transport
send
, start_tls(verify_mode : OpenSSL::SSL::VerifyMode, context : OpenSSL::SSL::Context) : Nil start_tls, terminate : Nil terminate, tokenizer : Tokenizer | Nil tokenizer, tokenizer=(tokenizer : Tokenizer | Nil) tokenizer=

Constructor Detail

def self.new(queue : PlaceOS::Driver::Queue, uri : String, settings : PlaceOS::Driver::Settings) #

timeouts in seconds


[View source]

Instance Method Detail

def connect(connect_timeout : Int32 = 10) : Nil #

[View source]
def disconnect : Nil #

[View source]
def enable_multicast_loop(state = true) #

Implement transport


def http(method, path, body : HTTP::Client::BodyType = nil, params : Hash(String, String | Nil) | URI::Params = URI::Params.new, headers : Hash(String, String) | HTTP::Headers = HTTP::Headers.new, secure = false, concurrent = false) : HTTP::Client::Response #

ameba:disable Metrics/CyclomaticComplexity


[View source]
def received #

[View source]
def received=(received) #

[View source]
def send(message) : TransportHTTP #

[View source]
def send(message, task : PlaceOS::Driver::Task, &_block : Bytes, PlaceOS::Driver::Task -> Nil) : TransportHTTP #

[View source]
def start_tls(verify_mode = OpenSSL::SSL::VerifyMode::NONE, context = @tls) : Nil #

[View source]
def terminate : Nil #

[View source]