1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-04 10:19:27 +02:00

Resolve AP through proxy as well

This commit is contained in:
Johan Anderholm 2018-03-23 16:52:24 +01:00
parent 3bdc5e0073
commit 1a04e3b899
6 changed files with 63 additions and 37 deletions

View file

@ -18,6 +18,7 @@ extern crate crypto;
extern crate extprim;
extern crate httparse;
extern crate hyper;
extern crate hyper_proxy;
extern crate num_bigint;
extern crate num_integer;
extern crate num_traits;