[][src]Module sentry::transports

The provided transports.

This module exposes all transports that are compiled into the sentry library. The reqwest, curl and surf features 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.

SurfHttpTransport

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

Type Definitions

HttpTransport

The default http transport.