Categorygithub.com/go-zoox/cookie
modulepackage
1.2.0
Repository: https://github.com/go-zoox/cookie.git
Documentation: pkg.go.dev

# README

Cookie - A Cookie Getter and Setter for Go Web.

PkgGoDev Build Status Go Report Card Coverage Status GitHub issues Release

Installation

To install the package, run:

go get -u github.com/go-zoox/cookie

Getting Started

// See test cases

License

GoZoox is released under the MIT License.

# Functions

New creates a cookie getter and setter.

# Constants

DefaultHTTPOnly ...
DefaultPath.

# Variables

DefaultCfg is the default cookie config.
Version is the version of this package.

# Structs

Config is the optional cookie config.

# Interfaces

No description provided by the author