一个轻量级 Java Http Server。
一个轻量级 Kotlin Http Server。
一个轻量级 HTTP 1.1 服务端,使用 Kotlin ,兼容Android。
- 代码量少,高内聚,低耦合
- 结构清晰,预置大量扩展方法
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
注意:请将版本号换成实际所需的版本
<dependency>
<groupId>com.github.ExplodingDragon.MiniHttpServer</groupId>
<artifactId>core</artifactId>
<version>v0.1-beta2</version>
</dependency>
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
注意:请将版本号换成实际所需的版本
dependencies {
implementation 'com.github.ExplodingDragon.MiniHttpServer:core:v0.1-beta2'
}
____ __________________ _____
/ / / / /_ __/_ __/ __ \ / ___/___ ______ _____ _____
__ / / /_/ / / / / / / /_/ / \__ \/ _ \/ ___/ | / / _ \/ ___/
/ /_/ / __ / / / / / / ____/ ___/ / __/ / | |/ / __/ /
\____/_/ /_/ /_/ /_/ /_/ /____/\___/_/ |___/\___/_/
[Star] https://github.com/ExplodingDragon/MiniHttpServer [Star]
[Issues] https://github.com/ExplodingDragon/MiniHttpServer/issues [Issues]