dart-lang / http_parser

A platform-independent Dart package for parsing and serializing HTTP formats.
https://pub.dev/packages/http_parser
BSD 3-Clause "New" or "Revised" License
38 stars 28 forks source link

Could you add `tryParse` to `MediaType` #83

Open vasilich6107 opened 7 months ago

vasilich6107 commented 7 months ago

Hi.

this types has tryParse option

int.tryParse(source)
double.tryParse(source)
DateTime.tryParse(formattedString)

It would be nice to have the same for MediaType