-
-
Notifications
You must be signed in to change notification settings - Fork 625
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
Expose bodyBytes from http.response in client.dart #141
Comments
I have exactly the same issue (in my case request to apollo-server-micro), being able to access |
@dennisschneider Glad to found another victim here. Are you still having that issue? |
@ifndefdeadmau5 tried it but that breaks my GraphQL Playground ... will fiddle around with it some more, thank you! |
@ifndefdeadmau5 how did you set the server response header for apollo-server & which implementation are you using ? Tried it with apollo-server-micro & apollo-server-express but apollo seems to override it ... I tried this: |
@dennisschneider You're right. I'm using koa implementation and |
@ifndefdeadmau5 finally found a workaround ... I use http-proxy to override the header ... only drawback is that it breaks graphql-playground (but you still can connect with a standalone graphql-playground so not a real issue)
|
Thank you @dennisschneider, it works like a charm 👍 |
This seems outdated - I think today this could be resolved with a custom http link, which I think is fine given the niche nature of it |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
and guess this is a related issue dart-lang/http#175
The text was updated successfully, but these errors were encountered: