mardi 9 novembre 2021

Get content-disposition from flutter http

This is the output in browser

enter image description here

Can we get the content-disposition in Response Headers using http?

 http.Response response = await http.get(myUrl);
 log(response.headers.toString());

There are no content-dispositon.




Aucun commentaire:

Enregistrer un commentaire