Skip to main content

Module service

Module service 

Source

Structs§

ReqwestService
Default HttpService that delegates directly to reqwest::Client::execute.
SpawnService
An HttpService that spawns each request on a separate tokio runtime.

Traits§

HttpService
An abstraction over HTTP request execution.