We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a8336 commit be1ad58Copy full SHA for be1ad58
README.md
@@ -212,8 +212,7 @@ HttpServer 采用 Java NIO.2 模型进行开发,使用了 `java.nio.channels.A
212
213
- 支持 `GET` 和 `POST` 请求
214
215
-<img src="./docs/image/feature_get.png" alt="GET" width="250">
216
-<img src="./docs/image/feature_post.png" alt="POST" width="250">
+<img src="./docs/image/feature_get.png" alt="GET" width="250"> <img src="./docs/image/feature_post.png" alt="POST" width="250">
217
218
相关测试: [LoginSystemTests](./src/test/java/loginsystemtests/LoginSystemTests.java)
219
0 commit comments