interfacer-http 0.2.1

A magic HTTP client, like retrofit in Java
Documentation
1
2
3
4
5
6
#!/usr/bin/env bash

cd interfacer-http-util && cargo test && cargo publish; cd ..;
cd interfacer-http-attribute && cargo test && cargo publish; cd ..;
cargo test --features "serde-full,encoding,unhtml-html,derive" && cargo publish;
cd interfacer-http-hyper && cargo test && cargo publish; cd ..;