From 61190c7572847d1fc245e59ad82fd3e6e6ffb00a Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Tue, 26 Jul 2022 13:56:13 -0700 Subject: [PATCH] Add shelf Dart server framework --- src/technologies/s.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/technologies/s.json b/src/technologies/s.json index 09be83ead..99a834579 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -1723,6 +1723,18 @@ "scripts": "\"sheerIdEndpoint\":", "website": "https://www.sheerid.com/" }, + "Shelf": { + "cats": [ + 33 + ], + "description": "Shelf is a server framework for Dart", + "headers": { + "Server": "dart:io with Shelf" + }, + "icon": "Dart.svg", + "implies": "Dart", + "website": "https://pub.dev/packages/shelf" + }, "ShellInABox": { "cats": [ 46