platform/lib/angel_framework.dart

4 lines
109 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;
export 'src/http/http.dart';