Struct eureka_client::EurekaClient[][src]

pub struct EurekaClient { /* fields omitted */ }

Methods

impl EurekaClient
[src]

Sends a request to another app in this eureka cluster, and returns the response.

This method assumes that your services all communicate using JSON. Future methods may be added to allow other request body types.

Accept: "application/json" is preset on all requests by this method. You can add additional headers such as Authorization using the headers parameter.

Trait Implementations

impl Debug for EurekaClient
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations