Skip to content

post processing #62

Description

@anj00

hello,
As I understand using pipeline one can setup preprocessing
https://github.com/wookay/Bukdu.jl/blob/master/examples/cors/ex2.jl

Is there a way to setup postprocessing? i.e. some action which can be called AFTER processing function returned (in the ex2.jl case that would be once function index(c::RESTController) returned. and say if postprocessor would add an extra header if value of output is 42 and different header if it is not 42)

In my server flow I realized I need to do same action not only on every function's input but the output as well. would be great to be able to setup it in one place, just like preprocessing is done using pipeline

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions