Closed tiholic closed 5 years ago
AFAIK it is. Can you provide code that shows it not working for you?
$ node -pe "require('content-disposition').parse('attachment; filename*=UTF-8\'\'foo')"
ContentDisposition {
type: 'attachment',
parameters: { filename: 'foo' }
}
Highlighted part is not handled in parsing!