Seif Ashraf

Results 27 comments of Seif Ashraf

@brianquinlan Kindly please assign me this issue to solve it.

@brianquinlan My plan is using SRP method for fixing this, When I used to create Client with http , i saw that HTTPHeader class has content type parameter , for...

> @seifibrahim32 I don't understand. > > `HttpHeader` and `HeaderValue` are defined in `dart:io` and should not appear in the public interface of `package:http`. > > In `package:http` the [headers...

> > So you mean we inject the HeaderValue class away from http, isn't correct?, or make the HeaderValue loosely coupled or we separate it from Http , right? >...

Hello I am back for figuring out this issue. @brianquinlan @ditman

@brianquinlan What about contributing to his package : https://github.com/dart-lang/sdk/tree/main/sdk/lib/html and bring class ContentType from there also we can test the package through conformance tests? or we prefer use package:web in...

So we have to use ```package:web``` ? If so do we need to add class Content-Type into our ```package:web```? Or we can add class Content-Type into _http internal package :...

@brianquinlan I think that this issue should be closed , current http package supports headers and with charsets. I dont think charsets removal is beneficial. Otherwise we can help adding...

@HosseinYousefi @mahesh-hegde , I use JDK-19 , and it works , are you sure it doesn't work on your device.? If you use JDK-19 remove the java folder from the...