axios-mock-adapter icon indicating copy to clipboard operation
axios-mock-adapter copied to clipboard

Extend history to include handler information.

Open wcatron opened this issue 5 years ago • 0 comments

Currently the history only contains the requests sent to axios it doesn't have any information about how that request was handled. I would have liked to just include the handler but it requires a lot of interpretation. This model can be extended in the future to include additional fields if they are useful for others.

wcatron avatar Feb 07 '20 15:02 wcatron