MCPcopy Create free account
hub / github.com/Tatamo/atcoder-cli / convertSetCookies2CookieArray

Method convertSetCookies2CookieArray

src/cookie.ts:42–42  ·  view source on GitHub ↗

* Set-Cookieヘッダの配列からこのクラスで管理可能な形式のcookie配列に変換 * @param cookies

(cookies: Array<string>)

Source from the content-addressed store, hash-verified

40 * @param cookies
41 */
42 convertSetCookies2CookieArray(cookies: Array<string>): Array<string>;
43}
44
45/**

Callers 2

saveSessionMethod · 0.65
cookie.tsFile · 0.65

Implementers 1

Cookiesrc/cookie.ts

Calls

no outgoing calls

Tested by

no test coverage detected