asobi_tls_client (asobi v0.75.1)

View Source

Summary

Types

http_option/0

-type http_option() :: {timeout, timeout()} | {connect_timeout, timeout()} | {ssl, [ssl:tls_option()]}.

Functions

http_options()

-spec http_options() -> [http_option()].

http_options(Timeout)

-spec http_options(timeout()) -> [http_option()].

ssl_options()

-spec ssl_options() -> [ssl:tls_option()].