From a71f1a17ddfd50f9c0a6e4837f49d2c6f1a11ef9 Mon Sep 17 00:00:00 2001 From: Redkale <22250530@qq.com> Date: Mon, 29 Jan 2018 21:26:35 +0800 Subject: [PATCH] --- src/META-INF/application-template.xml | 8 ++-- src/org/redkale/boot/NodeHttpServer.java | 4 +- src/org/redkale/net/http/HttpContext.java | 10 ----- .../redkale/net/http/HttpPrepareServlet.java | 36 ++++++++--------- ...ttpTemplateEngine.java => HttpRender.java} | 9 +++-- src/org/redkale/net/http/HttpResponse.java | 39 +++++++++++++------ src/org/redkale/net/http/HttpScope.java | 34 ++++++++-------- src/org/redkale/net/http/HttpServer.java | 10 ++--- 8 files changed, 78 insertions(+), 72 deletions(-) rename src/org/redkale/net/http/{HttpTemplateEngine.java => HttpRender.java} (62%) diff --git a/src/META-INF/application-template.xml b/src/META-INF/application-template.xml index 74a832e63..6617521c1 100644 --- a/src/META-INF/application-template.xml +++ b/src/META-INF/application-template.xml @@ -233,11 +233,11 @@ - - + +