Skip to content

Commit 67837dc

Browse files
authored
Update readme.md
1 parent c308a9e commit 67837dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Dispatcher Middleware
22

3+
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
4+
[![Scrutinizer Coverage](https://img.shields.io/scrutinizer/coverage/g/Phauthentic/dispatcher-middleware/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/Phauthentic/dispatcher-middleware/)
5+
[![Code Quality](https://img.shields.io/scrutinizer/g/Phauthentic/dispatcher-middleware/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/Phauthentic/dispatcher-middleware/)
6+
37
The middleware takes an extractor and a dispatcher object. The extractor extracts whatever information is needed from the server request object and returns the handler. The actual dispatcher will then execute the handler.
48

59
This is a very clean separation of concerns and should provide you a maximum of flexibility to change your dispatching processes as you need it. For details check the documentation.

0 commit comments

Comments
 (0)