Meruya-Technology / network_inspector

Flutter network inspector package
Apache License 2.0
13 stars 15 forks source link

Vanilla Http Client interceptor #15

Open dwikurniantom opened 2 years ago

dwikurniantom commented 2 years ago

Is your feature request related to a problem? Please describe. Right now there is only Dio Network interceptor, we need for http package & vanilla http client

Describe the solution you'd like Need to add HttpInterceptor

Describe alternatives you've considered N/A There is no alt

Additional context N/A There is no product UI Requirement

dafinoer commented 1 year ago

if you want to add interceptor for http client, instead of vanilla interceptor, how about using this package https://pub.dev/packages/http_interceptor? @dwikurniantom