gocookie

module
v0.0.0-...-27d20e7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2021 License: Apache-2.0

README

gocookie

Get Chrome's cookie of website

Installation

This package can be installed with the go get command:

go get github.com/donkw/gocookie

Usage

github.com/donkw/gocookie/cookie

cookie, _ := gocookie.NewChromeCookie().GetCookies(".baidu.com")
for k, v := range aa {
	fmt.Println("key=", k, ", value=", v)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL