simple-concurrent-get 0.3.1

Simply make multiple concurrent HTTP GET requests
Documentation
1
2
3
4
5
mod get;
mod get_foreach;

pub use get::concurrent_get;
pub use get_foreach::concurrent_get_foreach;