From e3e25453b6427d6a1f0d26bada6097b91376072a Mon Sep 17 00:00:00 2001 From: Tobe O Date: Sun, 24 Sep 2017 15:43:14 -0400 Subject: [PATCH] +4 --- .idea/workspace.xml | 283 ++++++++++++++++-------------- CHANGELOG.md | 4 + lib/src/http/angel_base.dart | 10 +- lib/src/http/controller.dart | 116 +----------- lib/src/http/injection.dart | 150 ++++++++++++++++ lib/src/http/request_context.dart | 20 ++- lib/src/http/routable.dart | 6 +- lib/src/http/server.dart | 52 ++---- pubspec.yaml | 2 +- test/precontained_test.dart | 2 +- test/server_test.dart | 6 +- test/util_test.dart | 6 +- 12 files changed, 344 insertions(+), 313 deletions(-) create mode 100644 lib/src/http/injection.dart diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 0bbca6ab..1ef420b2 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,10 +2,18 @@ + + + + + + + + @@ -28,47 +36,50 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - + + - + - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -76,35 +87,13 @@ - + - - - - - - - - - - - - - - - - - - - - - - @@ -116,10 +105,6 @@ - handleContaine - _handlerC - angel( - depre deprecated close! close( @@ -146,6 +131,10 @@ handleRequ aNGEL( Routa + properties + noSuchM + preInj + REQU _isClosed @@ -167,6 +156,7 @@ C:\Users\thosa\Source\Angel\framework\lib\src\http C:\Users\thosa\Source\Angel\framework\test $PROJECT_DIR$/lib + $PROJECT_DIR$/lib/src @@ -180,7 +170,6 @@ @@ -265,8 +255,6 @@ - - @@ -311,7 +299,9 @@