Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request Headers #114

Closed
vicenterusso opened this issue Jun 14, 2023 · 1 comment · Fixed by #127
Closed

Request Headers #114

vicenterusso opened this issue Jun 14, 2023 · 1 comment · Fixed by #127

Comments

@vicenterusso
Copy link
Contributor

Describe the bug
I'm afraid that request headers are not being displayed

@Frezyx
Copy link
Owner

Frezyx commented Jun 16, 2023

Hello @vicenterusso 👋
Have you already tried changing the TalkerDioLogger settings like in example ?

final dio = Dio();
dio.interceptors.add(
    TalkerDioLogger(
        settings: const TalkerDioLoggerSettings(
          printRequestHeaders: true,
          printResponseHeaders: true,
          printResponseMessage: true,
        ),
    ),
);

@Frezyx Frezyx linked a pull request Jul 10, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants