Home > @poq/sdk > HttpCookieResponse > parse
Method helps to parse cookie string into HttpCookieResponse
Signature:
static parse(cookieString: string): HttpCookieResponse;
Parameter | Type | Description |
---|---|---|
cookieString | string | Cookie string. |
Returns:
HttpCookieResponse object.