go-aah / aah

A secure, flexible, rapid Go web framework
https://aahframework.org
MIT License
690 stars 33 forks source link

Add OnPreShutdown Extension point #185

Closed jeevatkm closed 6 years ago

jeevatkm commented 6 years ago

The goal is to add new OnPreShutdown extension point in the HTTP engine.

Current Flow:

After this enhancement, the flow would be:


jeevatkm commented 6 years ago

It done 😄