matrix-org / matrix-ircd

An IRCd implementation backed by Matrix.
Apache License 2.0
225 stars 41 forks source link

Split out the HTTP client #16

Open erikjohnston opened 7 years ago

erikjohnston commented 7 years ago

There is currently a custom HTTP client for tokio in src/http.rs which should be split out into a separate crate.