module CookiesExtractor
Defined in:
cookies-extractor.crcookies-extractor/browsers.cr
cookies-extractor/exceptions.cr
Constant Summary
-
FULL_VERSION =
"#{VERSION}-#{GIT_BRANCH} (#{GIT_COMMIT_SHORT})" -
FULL_VERSION_LONG_COMMIT =
"#{VERSION}-#{GIT_BRANCH} (#{GIT_COMMIT})" -
GIT_BRANCH =
"(HEAD detached at v0.1.3)" -
GIT_COMMIT =
"c5410376a2fc1c8d0dca329e129bda8fedad2acc" -
GIT_COMMIT_SHORT =
"c541037" -
VERSION =
"0.1.3"
Class Method Summary
- .extract_cookies(browser : Browser, hosts_searched : Array(String) | Nil = nil, profile : String | Path | Nil = nil) : Array(Cookie)
- .get_profile_path(browser : Browser, profile : String | Path | Nil = nil) : Path
Class Method Detail
def self.extract_cookies(browser : Browser, hosts_searched : Array(String) | Nil = nil, profile : String | Path | Nil = nil) : Array(Cookie)
#