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

Commit ebf388a

Browse files
authored
Update README.md
1 parent 68ed015 commit ebf388a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,32 @@
1414
Based on the java sun Http Server. Complicated features made easy.
1515

1616
## New Http Server Methods
17-
#### Temporary Contexts
17+
### Temporary Contexts
1818
Handlers that will process a single request before removing itself. Useful for single use download links or image hosting.
1919

20-
#### Context Retrieval
20+
### Context Retrieval
2121
Get the contexts that the server has loaded (why wasn't this already a feature?).
2222

2323
## New Exchange Methods
24-
#### HTTP GET
24+
### HTTP GET
2525
Get requests are parsed into a hashmap.
26-
#### HTTP POST
26+
### HTTP POST
2727
Post requests are parsed into a hashmap (`multipart/form-data` as well!).
2828

2929
##Http Handlers
30-
#### Redirect Handler
30+
### Redirect Handler
3131
A simple handler to redirect links without leaving a mark in the history.
32-
#### Predicate Handler
32+
### Predicate Handler
3333
A simple handler to handle requests based on a predicate.
34-
#### Root Handler
34+
### Root Handler
3535
A handler to help process homepage and 404 requests.
36-
#### File Handler
36+
### File Handler
3737
Host files, set their contexts, control their output, host directories and support for file walking,
3838

3939
## New Features
40-
#### Constants
40+
### Constants
4141
Static variables for HTTP codes and methods.
42-
#### Http Session
42+
### Http Session
4343
Keep track of the user across different exchanges.
44-
#### Cookies
44+
### Cookies
4545
Get and set cookies.

0 commit comments

Comments
 (0)