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

Interface CookieConstructorInterface

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

Source from the content-addressed store, hash-verified

31}
32
33export interface CookieConstructorInterface {
34 /**
35 * 設定ファイルからcookie情報を読み込み済みのインスタンスを生成
36 */
37 createLoadedInstance(): Promise<CookieInterface>
38 /**
39 * Set-Cookieヘッダの配列からこのクラスで管理可能な形式のcookie配列に変換
40 * @param cookies
41 */
42 convertSetCookies2CookieArray(cookies: Array<string>): Array<string>;
43}
44
45/**
46 * Cookie管理用クラス

Callers 4

getCookiesMethod · 0.65
cookie.tsFile · 0.65
saveSessionMethod · 0.65
cookie.tsFile · 0.65

Implementers 1

Cookiesrc/cookie.ts

Calls

no outgoing calls

Tested by

no test coverage detected