mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix simple server
This commit is contained in:
14
hutool-http/src/test/resources/html/formForUpload.html
Normal file
14
hutool-http/src/test/resources/html/formForUpload.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>文件上传表单提交</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>文件上传测试</h1>
|
||||
<form action="file" method="post" enctype="multipart/form-data">
|
||||
文件:<input type="file" name="file"><br>
|
||||
<input type="submit" />
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
7
hutool-http/src/test/resources/html/index.html
Normal file
7
hutool-http/src/test/resources/html/index.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="no-js">
|
||||
<body>
|
||||
<h1>Hutool</h1>
|
||||
<h3>Simple Server of Hutool</h3>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user