-
Notifications
You must be signed in to change notification settings - Fork 363
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
Getting raw response #207
Comments
Do you mean getting the headers and the body all as a |
Yes. I am figuring out if it is possible in flutter to build a app tool for devs. Say, there are different (browser) engines, HTTP librarys and different system programming languages or dynamic ones. If you look in different channels and networks, people try to figure out, why their (HTTP) microservices works on one thing - but not o another. Thats because of using such engines, libs and languages to build microservices or have to generate headers / data theirself. The one parses strictly RFC, the other one not. One has a good error handling, the other one is more strict. And, of course, there may be bugs. It's a difference if you build a response with So, with tooling, it sometimes becomes easy to check output of a service. But - thats only as this tools parses it. Without exact raw response one can waste hours or days to find an (sometimes) error. If i have a look on a raw string response for example, i need seconds to check thousands of things. Seeing the raw (besides parsed) is like magic - you definitevely know, oups If not possible, whats the nearest point to get this in flutter / dart? You would help me a lot :) |
@natebosch what do you think is best way to archive something like that? Or should i ask somewhere else? Can you help, please? :) |
Filed dart-lang/sdk#34825 This isn't a capability that we're likely to put into Closing since there are no planned actions for this package. |
Thank you very much :) |
@flddr Btw. that's also why I suggested to create the issue in dart-lang/sdk |
@zoechi I could follow your suggestion some time later, but in that moment i was just irritated about our talk on gitter and directly closing my issued question under topic "help me writing my app" Btw, thank you, i remember :) |
@flddr Sorry for that, but keeping issues open which I know they don't make sense in flutter/flutter just to not appear unfriendly, is cumbersome. |
@zoechi the most important thing is to answer an issue request and i would give you a compliment: you are doing this very well 👍 My bad 😉 |
Hi,
is it possible to get the raw response (
string
/byte[]
) which is not already handled / consumed anyway?The text was updated successfully, but these errors were encountered: