sateffen / nodgine

The nodgine is a small framework for creating fast webservices. The main focuses are speed and easiness.
MIT License
0 stars 0 forks source link

Introduce filtering for input and output on requests #10

Closed sateffen closed 10 years ago

sateffen commented 10 years ago

There should be an API for setting up filters for input and output on requests. Maybe filters for compressing output, or filtering input for malicious content.

sateffen commented 10 years ago

This will be introduced as preprocessor and postprocessor. In connection with this, there will be some default preprocessors and postprocessors for parsing the gpc. This parsing will get removed from the routing itself, to make it an opt-in.

sateffen commented 10 years ago

I guess the current revision will do the job. Everything missing will get tracked in other tickets