getSetCookie method
Returns an array containing the values of all Set-Cookie headers associated with a response.
Implementation
@override
Iterable<String> getSetCookie() => _headers.getSetCookie();
Returns an array containing the values of all Set-Cookie headers associated with a response.
@override
Iterable<String> getSetCookie() => _headers.getSetCookie();