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
The DataProcessor is proving to be quite limited and clunky. It should be replaced with the ability to register I/O interceptors: they would be more powerful and be able to provide the same capabilities that the current data processor does.
OkHttp uses I/O interceptors and could be referenced for design inspiration.
The text was updated successfully, but these errors were encountered:
The
DataProcessor
is proving to be quite limited and clunky. It should be replaced with the ability to register I/O interceptors: they would be more powerful and be able to provide the same capabilities that the current data processor does.OkHttp uses I/O interceptors and could be referenced for design inspiration.
The text was updated successfully, but these errors were encountered: