Update shelf detection logic with latest header

As of v1.3.2 the header is "X-Powered-By": "Dart with package:shelf"

Leaving previous value to allow detection of older versions
main
Kevin Moore 2 years ago
parent 39895dd8d8
commit dddaa3d6e9

@ -1733,7 +1733,8 @@
],
"description": "Shelf is a server framework for Dart.",
"headers": {
"Server": "dart:io with Shelf"
"Server": "dart:io with Shelf",
"x-powered-by": "Dart with package:shelf"
},
"oss": true,
"icon": "Dart.svg",

Loading…
Cancel
Save