Terminable Middleware performs some task after the response has been sent to the browser.
Kalo misalkan udah tau apa itu konsep daripada middleware, yaa terminable adalah bagian daripada itu. cuman mungkin kita sebagai developer ingin tahu caranya bagaimana untuk membuat perform sebuah aksi pada ujung proses siklus request setelah hasil response diterima oleh klien. ya pada saat itulah mengapa kita butuh terminable.
Terminable Middleware sangat berguna untuk tugas seperti logging, manajemen cache atau tugas pembersihan lain yang perlu dilakukan setelah respon dikirim ke browser
- M = Model
- V = View
- C = Controller
- R = Route
- DB = Database
- Req = Request
- Res = Response
- GM = Global Middleware
- RM = Route Middleware
- T = Terminable
Request => Global Middleware => Route => Route Middleware => Controller
Peran Middleware dalam proses ini disebut Before Processing Action
Controller => Route Middleware => Global Middleware => Response
Peran Middleware dalam proses ini disebut After Processing Action
By Follow this Github Organization, and Share our websites or social media platform to your friends Garap Digital
This project is released under the MIT license.