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

Unified Diff: lib/shelf_io.dart

Issue 1411553006: Add a Server interface. (Closed) Base URL: git@github.com:dart-lang/shelf@master
Patch Set: Code review changes Created 5 years, 2 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
« no previous file with comments | « lib/shelf.dart ('k') | lib/src/io_server.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/shelf_io.dart
diff --git a/lib/shelf_io.dart b/lib/shelf_io.dart
index bc2835ea205762082eabe59b1f78b481af2f0f3e..7d0c053d427cf8b690d1a2598c8b108ac2c1aa78 100644
--- a/lib/shelf_io.dart
+++ b/lib/shelf_io.dart
@@ -25,6 +25,8 @@ import 'package:stack_trace/stack_trace.dart';
import 'shelf.dart';
import 'src/util.dart';
+export 'src/io_server.dart';
+
/// Starts an [HttpServer] that listens on the specified [address] and
/// [port] and sends requests to [handler].
///
« no previous file with comments | « lib/shelf.dart ('k') | lib/src/io_server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698