platform/lib/angel_framework.dart

5 lines
110 B
Dart
Raw Normal View History

2016-06-21 22:56:04 +00:00
/// An easily-extensible web server framework in Dart.
2016-02-28 13:11:17 +00:00
library angel_framework;
2017-09-22 14:03:23 +00:00
export 'src/http/http.dart';