kithara-net 0.0.1-alpha4

Streaming HTTP for audio: retry, timeout, byte ranges.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod client;
mod delegate;
mod request;
mod response;
mod session;
mod stream;

pub use client::AppleNet as HttpClient;

#[cfg(all(test, feature = "client-apple", target_os = "macos"))]
mod tests;