You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 16, 2021. It is now read-only.
wangmengyan95 edited this page Sep 15, 2015
·
7 revisions
ParseInterceptor is a powerful mechanism which allows you to monitor the REST http requests and responses between Parse SDK and Parse Server.
The following diagram outlines how it works:
It is a layer between Parse SDK and Parse Sever. We expose the REST http requests and responses to you so you can monitor them and see what is going on.
Please check other pages to see how to use the ParseLogInterceptor, ParseStethoInterceptor and write your own implementation of ParseNetworkInterceptor.