B4J Question [Server] Filter Response

b4x-de

Active Member
Licensed User
Longtime User
Hello,

the current filter implementation in a B4JServer is a request filter where the final response is not accessible yet.

I would like to use a filter class for the response (to implement a tiny template engine).

How can I implement a Filter on the response?

(I know I can implement Handlers to solve this. I did it in a project already. But now I want to use a Filter.)

Thanks,
Thomas
 
Top