diff --git a/README.md b/README.md index 2d8d87f3d..f68ccd7d2 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,9 @@
+ RedKale 的HTTP是基于异步NIO.2实现的,所提供的HttpResponse的输出接口也是异步的,因此并不遵循JSR 340规范(Servlet 3.1)且也没有实现Jsp规范。 HTTP只提供四个实体:HttpContext、HttpRequest、HttpResponse、HttpServlet。 传统的Session则由数据层实现。
+ RedKale提倡http+json接口, 因此HTTP层内置了json解析与序列化接口。
+