Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit 117adbb

Browse files
authored
Update README.md
1 parent dccfebe commit 117adbb

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# SimpleHttpServer
2-
[![jitpack](https://jitpack.io/v/com.kttdevelopment/simplehttpserver.svg?style=flat-square)](https://jitpack.io/#com.kttdevelopment/simplehttpserver)
3-
[![jitci](https://jitci.com/gh/Ktt-Development/simplehttpserver/svg?style=flat-square)](https://jitci.com/gh/Ktt-Development/simplehttpserver)
4-
[![Build Status](https://travis-ci.org/Ktt-Development/simplehttpserver.svg?branch=master)](https://travis-ci.org/Ktt-Development/simplehttpserver)
5-
[![version](https://img.shields.io/github/v/release/ktt-development/simplehttpserver?color=44cc11&include_prereleases&style=flat-square)](https://github.com/Ktt-Development/simplehttpserver/releases)
6-
[![downloads](https://img.shields.io/github/downloads/ktt-development/simplehttpserver/total?color=ff5555&style=flat-square)](https://github.com/Ktt-Development/simplehttpserver/releases)
7-
[![license](https://img.shields.io/github/license/Ktt-Development/simplehttpserver?color=ff5555&style=flat-square)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
2+
[![jitpack](https://jitpack.io/v/com.kttdevelopment/simplehttpserver.svg)](https://jitpack.io/#com.kttdevelopment/simplehttpserver)
3+
[![jitci](https://jitci.com/gh/Ktt-Development/simplehttpserver/svg)](https://jitci.com/gh/Ktt-Development/simplehttpserver)
4+
[![Build Status](https://travis-ci.com/Ktt-Development/webdir.svg?branch=master)](https://travis-ci.com/Ktt-Development/webdir)
5+
[![version](https://img.shields.io/github/v/release/ktt-development/simplehttpserver?include_prereleases)](https://github.com/Ktt-Development/simplehttpserver/releases)
6+
[![license](https://img.shields.io/github/license/Ktt-Development/simplehttpserver)](https://github.com/Ktt-Development/simplehttpserver/blob/master/LICENSE)
87

98
SimpleHttpServer is a simplified implementation of the [sun http server](https://docs.oracle.com/en/java/javase/11/docs/api/jdk.httpserver/com/sun/net/httpserver/package-summary.html) for JDK11. This library simplifies complex operations for both the server, exchange, and handler.
109

0 commit comments

Comments
 (0)