LuoHuacheng
LuoHuacheng
I still have problem. I added some parameters in headers when I send requests, and I want to get these parameters in response, but the result is always null, can...
> @LuoHuacheng If it's only the Authorization header that is null, then that is expected I think. The response would not usually contain the Authorization header, unless you explicitly add...
> > Override the post method like this > > ` @OverRide Future post(String url, body, {String contentType, Map headers, Map query, Decoder decoder, Progress uploadProgress}) { printInfo(info: "post: $url\nbody:...