content_disposition 0.1.0 copy "content_disposition: ^0.1.0" to clipboard
content_disposition: ^0.1.0 copied to clipboard

Cross-platform parser for the HTTP Content-Disposition header. Pure Dart, no dart:io, with RFC 6266 filename and filename* (RFC 5987) support.

Changelog #

0.1.0 #

  • Initial release.
  • ContentDisposition.parse and ContentDisposition.filenameOf.
  • RFC 6266 filename (quoted/unquoted, escaped quotes, quoted semicolons) and filename* (RFC 5987 UTF-8/ISO-8859-1, percent-decoded) with filename* taking precedence.
  • Pure Dart, no dart:io; works on web, mobile and desktop.
0
likes
150
points
25
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Cross-platform parser for the HTTP Content-Disposition header. Pure Dart, no dart:io, with RFC 6266 filename and filename* (RFC 5987) support.

Repository (GitHub)
View/report issues

Topics

#http #parser #header

License

MIT (license)

More

Packages that depend on content_disposition