Module telegram_bot::connector [] [src]

IO backend.

CurlConnector is default connector unless feature curl_connector is disabled and feature hyper_connector is enabled. This behaviour will change after hyper release.

Reexports

pub use self::hyper::HyperConnector;

Modules

hyper

Connector with hyper backend.

Traits

Connector

Connector provides basic IO with Telegram Bot API server.

Functions

default_connector

Returns default connector.