matrix-rust-sdk/matrix_sdk
Damir Jelić 4c3cd29224 matrix-sdk: Don't set two content-type headers for json contents
Ruma will for some requests already set the content-type for us to
application/json, but for some it still seems to miss the header, since
the headers are kept in a map add the header only if it isn't already
there.
2021-03-01 16:37:56 +01:00
..
examples Rename `EventEmitter` to `EventHandler` 2021-02-13 11:01:31 +01:00
src matrix-sdk: Don't set two content-type headers for json contents 2021-03-01 16:37:56 +01:00
Cargo.toml client: Fix the sync_with_callback example 2021-02-10 09:51:14 +01:00
README.md matrix-sdk: Add a bunch of readmes to the crates. 2020-05-26 19:33:13 +02:00

README.md

Build Status codecov License #matrix-rust-sdk

matrix-sdk

matrix-sdk is an implementation of a Matrix client-server library in Rust.

License

Apache-2.0