Add a new MIME-type package 'mime', with implementation for handling mime-type...
Add a new MIME-type package 'mime', with implementation for handling mime-type lookup by path (finename extension) and magic-number matching. BUG= R=sgjesse@google.com Review URL: https://codereview.chromium.org//17582009 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/mime@24324 260f80e4-7a28-3924-810f-c04153c831b5
parents
No related branches found
No related tags found
Showing
- lib/mime.dart 9 additions, 0 deletionslib/mime.dart
- lib/src/extension_map.dart 0 additions, 0 deletionslib/src/extension_map.dart
- lib/src/magic_number.dart 49 additions, 0 deletionslib/src/magic_number.dart
- lib/src/mime_type.dart 129 additions, 0 deletionslib/src/mime_type.dart
- pubspec.yaml 5 additions, 0 deletionspubspec.yaml
- test/mime_type_test.dart 103 additions, 0 deletionstest/mime_type_test.dart
Loading
Please register or sign in to comment