Struct libeko::Client [] [src]

pub struct Client { /* fields omitted */ }

A curl based Echo client.

Methods

impl Client
[src]

[src]

Create a new curl based event sender.

[src]

Set the endpoint url.

[src]

Set the verbose curl flag.

[src]

Set the username (i.e. for Basic Authentication)

[src]

Set the password (i.e. for Basic Authentication)

Trait Implementations

impl Debug for Client
[src]

[src]

Formats the value using the given formatter. Read more

impl EchoEventClient for Client
[src]

[src]

Send Echo Event messages.

impl EchoSearchClient for Client
[src]

[src]

Send a search query.

[src]

Send a scroll request.

Auto Trait Implementations

impl Send for Client

impl !Sync for Client