Vitaly Banchenko

Results 2 issues of Vitaly Banchenko

Working with `http.client` i can't find any way to configure proxy-server.(authentication also needed) I found only java solution like ``` java Proxy proxy = new Proxy(Proxy.Type.HTTP, new InetSocketAddress("10.0.0.1", 8080)); conn...

FEATURE
m-http-client

There are sometimes need to use Java's `InputStream` and `OutputStream`, and it will be good to have some ceylon's wrappers on them. There are similar interfaces in SDK : *...