File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
src/com/microsoft/azure/documentdb Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 21
21
22
22
import org .apache .http .Header ;
23
23
import org .apache .http .HttpEntity ;
24
- import org .apache .http .HttpException ;
25
- import org .apache .http .HttpHost ;
26
- import org .apache .http .HttpRequest ;
27
24
import org .apache .http .HttpResponse ;
28
25
import org .apache .http .ParseException ;
29
26
import org .apache .http .client .HttpClient ;
32
29
import org .apache .http .client .methods .HttpPost ;
33
30
import org .apache .http .client .methods .HttpPut ;
34
31
import org .apache .http .client .methods .HttpRequestBase ;
35
- import org .apache .http .conn .routing .HttpRoute ;
36
- import org .apache .http .conn .routing .HttpRoutePlanner ;
37
- import org .apache .http .conn .scheme .SchemeRegistry ;
38
32
import org .apache .http .impl .client .DefaultHttpClient ;
39
33
import org .apache .http .impl .conn .PoolingClientConnectionManager ;
40
34
import org .apache .http .impl .conn .ProxySelectorRoutePlanner ;
41
35
import org .apache .http .impl .conn .SchemeRegistryFactory ;
42
36
import org .apache .http .params .HttpConnectionParams ;
43
37
import org .apache .http .params .HttpParams ;
44
- import org .apache .http .protocol .HttpContext ;
45
38
import org .apache .http .util .EntityUtils ;
46
39
47
40
You can’t perform that action at this time.
0 commit comments