Skip to content

get-archive: respect HTTP Content-Disposition

Jakub Ružička requested to merge content-disp into master

Content-Disposition header can carry filename information.

This is used by GitHub which uses links like v2.0.0.tar.gz with proper file name in Content-Disposition.

Merge request reports