http icon indicating copy to clipboard operation
http copied to clipboard

Add header parameter to Request option

Open EmreSURK opened this issue 3 years ago • 0 comments

Current:

Request('POST', Uri.http("localhost:8080", "/api/$method"));

Desired:

Request('POST', Uri.http("localhost:8080", "/api/$method"), headers: { "key" : "value" });

Thanks.

EmreSURK avatar Feb 17 '22 13:02 EmreSURK