| Index: pkg/shelf/lib/shelf.dart
|
| diff --git a/pkg/json_rpc_2/lib/json_rpc_2.dart b/pkg/shelf/lib/shelf.dart
|
| similarity index 53%
|
| copy from pkg/json_rpc_2/lib/json_rpc_2.dart
|
| copy to pkg/shelf/lib/shelf.dart
|
| index 04e4a523ef0da09a8a6d41c57e97da4a9c54b123..eb339c06635cd6119c1bbb657dda20802a90471c 100644
|
| --- a/pkg/json_rpc_2/lib/json_rpc_2.dart
|
| +++ b/pkg/shelf/lib/shelf.dart
|
| @@ -2,8 +2,11 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library json_rpc_2;
|
| +library shelf;
|
|
|
| -export 'src/exception.dart';
|
| -export 'src/parameters.dart';
|
| -export 'src/server.dart';
|
| +export 'src/handlers/logger.dart';
|
| +export 'src/middleware.dart';
|
| +export 'src/request.dart';
|
| +export 'src/response.dart';
|
| +export 'src/stack.dart';
|
| +export 'src/handler.dart';
|
|
|