[ADD] Filter: pre-process incoming data and post-process outgoing data

Filters are part of a filter chain, thus following the chain of responsability
design pattern.
More information are available in library/server/wsf/src/filter/README.md
This commit is contained in:
Olivier Ligot
2012-08-10 10:09:59 +02:00
parent c62a4d2c49
commit 74334e665d
15 changed files with 717 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
Filter example
To test the example, you can just run in a terminal:
> curl -u foo:bar http://localhost:9090/user/1 -v