Skip to content

Commit

Permalink
some enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
karsonto committed Apr 3, 2024
1 parent f897504 commit 3f2e952
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,13 @@ public void handle(HttpRequest httpRequest, ChannelHandlerContext ctx) throws Ex
}
}

protected void post(HttpRequest httpRequest, ChannelHandlerContext ctx) throws Exception{
protected void post(HttpRequest httpRequest, ChannelHandlerContext ctx) throws Exception {
}

protected void delete(HttpRequest httpRequest, ChannelHandlerContext ctx) throws Exception{
protected void delete(HttpRequest httpRequest, ChannelHandlerContext ctx) throws Exception {
}

protected void get(HttpRequest httpRequest, ChannelHandlerContext ctx) throws Exception{
protected void get(HttpRequest httpRequest, ChannelHandlerContext ctx) throws Exception {
}

protected Map<String, Object> parseHttpRequestBody(final HttpRequest httpRequest) throws IOException {
Expand Down

0 comments on commit 3f2e952

Please sign in to comment.