Home > @poq/sdk > HttpCookieResponse > stringify
Method transforms HttpCookieResponse into string representation.
Signature:
static stringify(cookie: HttpCookieResponse): string;
| Parameter | Type | Description | 
|---|---|---|
| cookie | HttpCookieResponse | HttpCookieResponse object. | 
Returns:
string
String representation of cookie object.