s8sg / goflow

A Golang based high performance, scalable and distributed workflow framework
MIT License
1.06k stars 129 forks source link

[enhancement]: support route params and adding middlewares #82

Open mstrYoda opened 9 months ago

mstrYoda commented 9 months ago

We would like to add custom middleware to the internal http server. Also if we can pass query parameters to the endpoints, we can create more generalized flows.

Goflow library can expose its internal server and handlers by sane defaults, hence users can overwrite it.