This repository was archived by the owner on Jul 31, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88
99[ ![ jitpack] ( https://jitpack.io/v/com.kttdevelopment/simplehttpserver.svg?style=flat-square )] ( https://jitpack.io/#com.kttdevelopment/simplehttpserver )
1010[ ![ jitci] ( https://jitci.com/gh/Ktt-Development/simplehttpserver/svg?style=flat-square )] ( https://jitci.com/gh/Ktt-Development/simplehttpserver )
11- [ ![ version] ( https://img.shields.io/github/v/release/ktt-development/simplehttpserver?color=ff5555 &include_prereleases&style=flat-square )] ( https://github.com/Ktt-Development/simplehttpserver/releases )
11+ [ ![ version] ( https://img.shields.io/github/v/release/ktt-development/simplehttpserver?color=ffaa00 &include_prereleases&style=flat-square )] ( https://github.com/Ktt-Development/simplehttpserver/releases )
1212[ ![ downloads] ( https://img.shields.io/github/downloads/ktt-development/simplehttpserver/total?color=ff5555&style=flat-square )] ( https://github.com/Ktt-Development/simplehttpserver/releases )
1313
1414Based on the java sun Http Server. Complicated features made easy.
@@ -26,7 +26,7 @@ Get requests are parsed into a hashmap.
2626### HTTP POST
2727Post requests are parsed into a hashmap (` multipart/form-data ` as well!).
2828
29- ##Http Handlers
29+ ## Http Handlers
3030### Redirect Handler
3131A simple handler to redirect links without leaving a mark in the history.
3232### Predicate Handler
You can’t perform that action at this time.
0 commit comments