This is an automated email from the ASF dual-hosted git repository.

geniuspig pushed a change to branch http_v2
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from f0946d3  rename to httprouter
     add f754272  change code style

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/http/constant/HttpConstant.java       | 114 ++++++++--------
 .../org/apache/iotdb/db/http/core/HttpServer.java  |  79 +++++------
 .../iotdb/db/http/core/HttpSnoopServerHandler.java | 115 ++++++++--------
 .../db/http/core/HttpSnoopServerInitializer.java   |  49 +++----
 .../http/handler/DeleteStorageGroupsHandler.java   |  38 +++---
 .../db/http/handler/DeleteTimeSeriesHandler.java   |  44 ++++---
 .../db/http/handler/GetTimeSeriesHandler.java      |  59 ++++-----
 .../org/apache/iotdb/db/http/handler/Handler.java  |  37 +++---
 .../iotdb/db/http/handler/InsertHandler.java       |  84 ++++++------
 .../apache/iotdb/db/http/handler/QueryHandler.java |  62 +++++----
 .../db/http/handler/StorageGroupsHandlers.java     |  75 +++++------
 .../iotdb/db/http/handler/TimeSeriesHandler.java   | 100 +++++++-------
 .../apache/iotdb/db/http/handler/UsersHandler.java |  40 +++---
 .../apache/iotdb/db/http/router/HttpRouter.java    | 114 ++++++++--------
 .../org/apache/iotdb/db/http/utils/URIUtils.java   |  27 ++--
 .../org/apache/iotdb/db/http/HttpPrepData.java     |  24 ++--
 .../org/apache/iotdb/db/http/HttpRouterTest.java   | 144 ++++++++++++---------
 .../org/apache/iotdb/db/http/HttpServerTest.java   | 126 ++++++++++--------
 18 files changed, 697 insertions(+), 634 deletions(-)

Reply via email to