add UrlDecoder

This commit is contained in:
Looly
2020-04-16 01:18:44 +08:00
parent 01b815afab
commit 972234b9d4
3 changed files with 14 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ public interface Action {
*
* @param request 请求对象
* @param response 响应对象
* @throws IOException IO异常
*/
void doAction(HttpServerRequest request, HttpServerResponse response) throws IOException;
}