Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(516)

Unified Diff: pkg/shelf/lib/shelf.dart

Issue 238813003: pkg/shelf: rename Stack to Pipeline (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/shelf/lib/shelf.dart
diff --git a/pkg/shelf/lib/shelf.dart b/pkg/shelf/lib/shelf.dart
index eb339c06635cd6119c1bbb657dda20802a90471c..09ed47aed4d115f6aeb07da81e44556808d196ac 100644
--- a/pkg/shelf/lib/shelf.dart
+++ b/pkg/shelf/lib/shelf.dart
@@ -4,9 +4,9 @@
library shelf;
+export 'src/handler.dart';
export 'src/handlers/logger.dart';
export 'src/middleware.dart';
+export 'src/pipeline.dart';
export 'src/request.dart';
export 'src/response.dart';
-export 'src/stack.dart';
-export 'src/handler.dart';

Powered by Google App Engine
This is Rietveld 408576698