Skip to content

yogeshpandey/gocookie-string-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Cookie string parser for go

Reads cookie string into http.Cookie

Getting Started

Get library

go get github.com/yogeshpandey/gocookie-string-reader

Use library

import cookieParser "github.com/yogeshpandey/gocookie-string-reader"
import "fmt"



c:=cookieParser.ParseToCookie("Cookie-1=v$1; c2=v2")
fmt.Println("%#v",c)

About

Cookie parser for go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages