From 453d19aa31ce2057eb32786b0ca12eccf5d8d1f4 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Wed, 7 Feb 2018 00:44:21 -0500 Subject: [PATCH] Created pkg:framework/http.dart --- .idea/workspace.xml | 694 +++++++++--------- lib/angel_framework.dart | 1 + lib/http.dart | 1 + lib/src/{http => core}/angel_base.dart | 0 lib/src/{http => core}/anonymous_service.dart | 0 lib/src/core/core.dart | 11 + lib/src/{http => core}/hooked_service.dart | 0 lib/src/{http => core}/injection.dart | 0 lib/src/{http => core}/map_service.dart | 0 lib/src/{http => core}/metadata.dart | 0 lib/src/{http => core}/request_context.dart | 0 lib/src/{http => core}/response_context.dart | 2 +- lib/src/{http => core}/routable.dart | 0 lib/src/{http => core}/server.dart | 3 +- lib/src/{http => core}/service.dart | 2 +- lib/src/{http => core}/typed_service.dart | 0 lib/src/http/angel_http.dart | 4 +- lib/src/http/controller.dart | 6 +- lib/src/http/http.dart | 11 - lib/src/http/http_request_context.dart | 3 +- lib/src/http/http_response_context.dart | 4 +- lib/src/stats/metric_server.dart | 1 + 22 files changed, 348 insertions(+), 395 deletions(-) create mode 100644 lib/http.dart rename lib/src/{http => core}/angel_base.dart (100%) rename lib/src/{http => core}/anonymous_service.dart (100%) create mode 100644 lib/src/core/core.dart rename lib/src/{http => core}/hooked_service.dart (100%) rename lib/src/{http => core}/injection.dart (100%) rename lib/src/{http => core}/map_service.dart (100%) rename lib/src/{http => core}/metadata.dart (100%) rename lib/src/{http => core}/request_context.dart (100%) rename lib/src/{http => core}/response_context.dart (99%) rename lib/src/{http => core}/routable.dart (100%) rename lib/src/{http => core}/server.dart (99%) rename lib/src/{http => core}/service.dart (99%) rename lib/src/{http => core}/typed_service.dart (100%) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d0c36e6a..c6b3edab 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,24 +1,29 @@ - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + @@ -40,135 +45,74 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +