ironthree / dxr

Declarative XML-RPC in Rust
Apache License 2.0
17 stars 8 forks source link

implement example for using custom encoding #15

Open decathorpe opened 1 year ago

decathorpe commented 1 year ago

Currently the default reqwest client only supports UTF-8 (and by extension, pure ASCII) encoding of XML-RPC message bodies.

It would be great to have an example of how to write a client that transparently converts other encodings into UTF-8.