panpf / sketch

Sketch is an image loading library designed for Compose Multiplatform and Android View. It is powerful and rich in functions. In addition to basic functions, it also supports GIF, SVG, video thumbnails, Exif Orientation, etc.
Apache License 2.0
2.01k stars 307 forks source link

支持cookie吗 #110

Closed muziling closed 5 years ago

muziling commented 5 years ago

比如论坛的图片,登录后才能看, 图片设置http地址的时候,能设置cookie吗?

panpf commented 5 years ago

暂不支持,个别需求你可以自定义 HttpStack 实现

muziling commented 5 years ago

最终在HurlStack的 getResponse 里加了 connection.setRequestProperty("Cookie", CookieManager.getInstance().getCookie(uri)); 搞定。希望能默认或设置为configuration的开关

panpf commented 5 years ago

列入下版本计划