create
abstract fun create( url: String, callback: DataCallback<? super InputStream>, priority: Priority, headers: Map<String, String>): Request<byte[]>
Content copied to clipboard
Returns a Volley request for the given image url. The given future should be put as a listener or called when the request completes.