Skip to content

Commit c165826

Browse files
committed
update documentation
1 parent 51e2dfd commit c165826

5 files changed

+1255
-77
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,14 @@ This library reduces boilerplate code when setting up a REST-server connected to
1212

1313
Further it has interceptors and extensions allowing you to interact with the process of generating a response for a specific request at any level.
1414

15+
16+
1517
## Standard Request-Response Process
1618

19+
![standard-request-response-process-simple](https://github.com/UnterrainerInformatik/java-http-server/raw/master/docs/standard-request-response-process-simple.png)
20+
21+
1722

23+
## Request-Response Process with Extensions and Interceptors
1824

1925
![standard-request-response-process](https://github.com/UnterrainerInformatik/java-http-server/raw/master/docs/standard-request-response-process.png)

0 commit comments

Comments
 (0)