[][src]Module sentry::transports

The provided transports.

This module exposes all transports that are compiled into the sentry library. The with_reqwest_transport and with_curl_transport flags turn on these transports.

Structs

CurlHttpTransport

A transport can send events via HTTP to sentry via curl.

DefaultTransportFactory

Creates the default HTTP transport.

ReqwestHttpTransport

A transport can send events via HTTP to sentry via reqwest.

Type Definitions

HttpTransport

The default http transport.