Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

Latest commit

 

History

History
6 lines (5 loc) · 400 Bytes

Middleware.md

File metadata and controls

6 lines (5 loc) · 400 Bytes

Middleware

The FNX middleware API allows you to intercept actions. It allows you to run code both before and after the action has executed and gives you some useful information about what's happening along the way. Middleware could be used to implement logging, graceful failures, diff history recording, and much more. Read about the specifics of how to use middleware here.