Crate dxr_client

Source
Expand description

§dxr_client

This crate provides generic XML-RPC client functionality based on dxr.

Structs§

Clientreqwest
XML-RPC client implementation
ClientBuilderreqwest
Builder that takes parameters for constructing a Client based on reqwest::Client.
Urlreqwest
A parsed URL record.

Enums§

ClientErrorreqwest
Error type for XML-RPC clients based on reqwest.

Constants§

DEFAULT_USER_AGENT
default value of the User-Agent HTTP header for XML-RPC requests