René's URL Explorer Experiment


Title: httpsfv package - github.com/dunglas/httpsfv - Go Packages

direct link

Domain: pkg.go.dev

NoneIE=edge
DescriptionPackage httpsfv implements serializing and parsing of Structured Field Values for HTTP as defined in RFC 9651.

Links:

https://go.dev/
Skip to Main Content https://pkg.go.dev/github.com/dunglas/httpsfv#main-content
Why Go https://pkg.go.dev/github.com/dunglas/httpsfv
Case Studies https://go.dev/solutions#case-studies
Use Cases https://go.dev/solutions#use-cases
Security https://go.dev/security/
Learnhttps://go.dev/learn/
Docs https://pkg.go.dev/github.com/dunglas/httpsfv
Effective Go https://go.dev/doc/effective_go
Go User Manual https://go.dev/doc/
Standard library https://pkg.go.dev/std
Release Notes https://go.dev/doc/devel/release
API https://pkg.go.dev/api
Packageshttps://pkg.go.dev/
Community https://pkg.go.dev/github.com/dunglas/httpsfv
Recorded Talks https://go.dev/talks/
Meetups https://www.meetup.com/pro/go
Conferences https://github.com/golang/go/wiki/Conferences
Go blog https://go.dev/blog
Go project https://go.dev/help
https://groups.google.com/g/golang-nuts
https://github.com/golang
https://twitter.com/golang
https://www.reddit.com/r/golang/
https://invite.slack.golangbridge.org/
https://stackoverflow.com/collectives/go
https://go.dev/
Why Go https://pkg.go.dev/github.com/dunglas/httpsfv
Why Go https://pkg.go.dev/github.com/dunglas/httpsfv
Case Studies https://go.dev/solutions#case-studies
Use Cases https://go.dev/solutions#use-cases
Security https://go.dev/security/
Learnhttps://go.dev/learn/
Docs https://pkg.go.dev/github.com/dunglas/httpsfv
Docs https://pkg.go.dev/github.com/dunglas/httpsfv
Effective Go https://go.dev/doc/effective_go
Go User Manual https://go.dev/doc/
Standard library https://pkg.go.dev/std
Release Notes https://go.dev/doc/devel/release
API https://pkg.go.dev/api
Packageshttps://pkg.go.dev/
Community https://pkg.go.dev/github.com/dunglas/httpsfv
Community https://pkg.go.dev/github.com/dunglas/httpsfv
Recorded Talks https://go.dev/talks/
Meetups https://www.meetup.com/pro/go
Conferences https://github.com/golang/go/wiki/Conferences
Go blog https://go.dev/blog
Go project https://go.dev/help
https://groups.google.com/g/golang-nuts
https://github.com/golang
https://twitter.com/golang
https://www.reddit.com/r/golang/
https://invite.slack.golangbridge.org/
https://stackoverflow.com/collectives/go
Discover Packageshttps://pkg.go.dev/
github.com/dunglas/httpsfv https://pkg.go.dev/github.com/dunglas/httpsfv@v1.1.0
https://go.dev/
Version: v1.1.0 https://pkg.go.dev/github.com/dunglas/httpsfv?tab=versions
Go to latest https://pkg.go.dev/github.com/dunglas/httpsfv
BSD-3-Clausehttps://pkg.go.dev/github.com/dunglas/httpsfv?tab=licenses
Imports: 12 https://pkg.go.dev/github.com/dunglas/httpsfv?tab=imports
Imported by: 27 https://pkg.go.dev/github.com/dunglas/httpsfv?tab=importedby
go.modhttps://github.com/dunglas/httpsfv/tree/v1.1.0/go.mod
Learn more about best practiceshttps://pkg.go.dev/about#best-practices
github.com/dunglas/httpsfv https://github.com/dunglas/httpsfv
Open Source Insights https://deps.dev/go/github.com%2Fdunglas%2Fhttpsfv/v1.1.0
README https://pkg.go.dev/github.com/dunglas/httpsfv#section-readme
Features https://pkg.go.dev/github.com/dunglas/httpsfv#readme-features
Docs https://pkg.go.dev/github.com/dunglas/httpsfv#readme-docs
Credits https://pkg.go.dev/github.com/dunglas/httpsfv#readme-credits
Documentation https://pkg.go.dev/github.com/dunglas/httpsfv#section-documentation
Overviewhttps://pkg.go.dev/github.com/dunglas/httpsfv#pkg-overview
Index https://pkg.go.dev/github.com/dunglas/httpsfv#pkg-index
Examples https://pkg.go.dev/github.com/dunglas/httpsfv#pkg-examples
Marshal https://pkg.go.dev/github.com/dunglas/httpsfv#example-Marshal
UnmarshalList https://pkg.go.dev/github.com/dunglas/httpsfv#example-UnmarshalList
Constants https://pkg.go.dev/github.com/dunglas/httpsfv#pkg-constants
Variables https://pkg.go.dev/github.com/dunglas/httpsfv#pkg-variables
Functions https://pkg.go.dev/github.com/dunglas/httpsfv#pkg-functions
Marshal(v) https://pkg.go.dev/github.com/dunglas/httpsfv#Marshal
Types https://pkg.go.dev/github.com/dunglas/httpsfv#pkg-types
type Dictionary https://pkg.go.dev/github.com/dunglas/httpsfv#Dictionary
NewDictionary() https://pkg.go.dev/github.com/dunglas/httpsfv#NewDictionary
UnmarshalDictionary(v) https://pkg.go.dev/github.com/dunglas/httpsfv#UnmarshalDictionary
(d) Add(k, v) https://pkg.go.dev/github.com/dunglas/httpsfv#Dictionary.Add
(d) Del(key) https://pkg.go.dev/github.com/dunglas/httpsfv#Dictionary.Del
(d) Get(k) https://pkg.go.dev/github.com/dunglas/httpsfv#Dictionary.Get
(d) Names() https://pkg.go.dev/github.com/dunglas/httpsfv#Dictionary.Names
type DisplayString https://pkg.go.dev/github.com/dunglas/httpsfv#DisplayString
type InnerList https://pkg.go.dev/github.com/dunglas/httpsfv#InnerList
type Item https://pkg.go.dev/github.com/dunglas/httpsfv#Item
NewItem(v) https://pkg.go.dev/github.com/dunglas/httpsfv#NewItem
UnmarshalItem(v) https://pkg.go.dev/github.com/dunglas/httpsfv#UnmarshalItem
type List https://pkg.go.dev/github.com/dunglas/httpsfv#List
UnmarshalList(v) https://pkg.go.dev/github.com/dunglas/httpsfv#UnmarshalList
type Member https://pkg.go.dev/github.com/dunglas/httpsfv#Member
type Params https://pkg.go.dev/github.com/dunglas/httpsfv#Params
NewParams() https://pkg.go.dev/github.com/dunglas/httpsfv#NewParams
(p) Add(k, v) https://pkg.go.dev/github.com/dunglas/httpsfv#Params.Add
(p) Del(key) https://pkg.go.dev/github.com/dunglas/httpsfv#Params.Del
(p) Get(k) https://pkg.go.dev/github.com/dunglas/httpsfv#Params.Get
(p) Names() https://pkg.go.dev/github.com/dunglas/httpsfv#Params.Names
type StructuredFieldValue https://pkg.go.dev/github.com/dunglas/httpsfv#StructuredFieldValue
type Token https://pkg.go.dev/github.com/dunglas/httpsfv#Token
type UnmarshalError https://pkg.go.dev/github.com/dunglas/httpsfv#UnmarshalError
(e) Error() https://pkg.go.dev/github.com/dunglas/httpsfv#UnmarshalError.Error
(e) Unwrap() https://pkg.go.dev/github.com/dunglas/httpsfv#UnmarshalError.Unwrap
Source Files https://pkg.go.dev/github.com/dunglas/httpsfv#section-sourcefiles
https://pkg.go.dev/github.com/dunglas/httpsfv#section-readme
Go (golang)https://golang.org
Structured Field Values for HTTP (RFC 9651 and 8941)https://httpwg.org/specs/rfc9651.html
https://pkg.go.dev/github.com/dunglas/httpsfv
https://coveralls.io/github/dunglas/httpsfv?branch=master
https://goreportcard.com/report/github.com/dunglas/httpsfv
the official test suitehttps://github.com/httpwg/structured-field-tests
the benchmarkhttps://github.com/dunglas/httpsfv/blob/v1.1.0/httpwg_test.go
Browse the documentation on Go.devhttps://pkg.go.dev/github.com/dunglas/httpsfv
Kévin Dunglashttps://dunglas.fr
Les-Tilleuls.coophttps://les-tilleuls.coop
https://pkg.go.dev/github.com/dunglas/httpsfv#section-documentation
https://pkg.go.dev/github.com/dunglas/httpsfv#pkg-overview
RFC 9651https://rfc-editor.org/rfc/rfc9651.html
https://httpwg.org/specs/rfc9651.htmlhttps://httpwg.org/specs/rfc9651.html
https://pkg.go.dev/github.com/dunglas/httpsfv#pkg-index
Variableshttps://pkg.go.dev/github.com/dunglas/httpsfv#pkg-variables
func Marshal(v StructuredFieldValue) (string, error)https://pkg.go.dev/github.com/dunglas/httpsfv#Marshal
type Dictionaryhttps://pkg.go.dev/github.com/dunglas/httpsfv#Dictionary
func NewDictionary() *Dictionaryhttps://pkg.go.dev/github.com/dunglas/httpsfv#NewDictionary
func UnmarshalDictionary(v []string) (*Dictionary, error)https://pkg.go.dev/github.com/dunglas/httpsfv#UnmarshalDictionary
func (d *Dictionary) Add(k string, v Member)https://pkg.go.dev/github.com/dunglas/httpsfv#Dictionary.Add
func (d *Dictionary) Del(key string) boolhttps://pkg.go.dev/github.com/dunglas/httpsfv#Dictionary.Del
func (d *Dictionary) Get(k string) (Member, bool)https://pkg.go.dev/github.com/dunglas/httpsfv#Dictionary.Get
func (d *Dictionary) Names() []stringhttps://pkg.go.dev/github.com/dunglas/httpsfv#Dictionary.Names
type DisplayStringhttps://pkg.go.dev/github.com/dunglas/httpsfv#DisplayString
type InnerListhttps://pkg.go.dev/github.com/dunglas/httpsfv#InnerList
type Itemhttps://pkg.go.dev/github.com/dunglas/httpsfv#Item
func NewItem(v interface{}) Itemhttps://pkg.go.dev/github.com/dunglas/httpsfv#NewItem
func UnmarshalItem(v []string) (Item, error)https://pkg.go.dev/github.com/dunglas/httpsfv#UnmarshalItem
type Listhttps://pkg.go.dev/github.com/dunglas/httpsfv#List
func UnmarshalList(v []string) (List, error)https://pkg.go.dev/github.com/dunglas/httpsfv#UnmarshalList
type Memberhttps://pkg.go.dev/github.com/dunglas/httpsfv#Member
type Paramshttps://pkg.go.dev/github.com/dunglas/httpsfv#Params
func NewParams() *Paramshttps://pkg.go.dev/github.com/dunglas/httpsfv#NewParams
func (p *Params) Add(k string, v interface{})https://pkg.go.dev/github.com/dunglas/httpsfv#Params.Add
func (p *Params) Del(key string) boolhttps://pkg.go.dev/github.com/dunglas/httpsfv#Params.Del
func (p *Params) Get(k string) (interface{}, bool)https://pkg.go.dev/github.com/dunglas/httpsfv#Params.Get
func (p *Params) Names() []stringhttps://pkg.go.dev/github.com/dunglas/httpsfv#Params.Names
type StructuredFieldValuehttps://pkg.go.dev/github.com/dunglas/httpsfv#StructuredFieldValue
type Tokenhttps://pkg.go.dev/github.com/dunglas/httpsfv#Token
type UnmarshalErrorhttps://pkg.go.dev/github.com/dunglas/httpsfv#UnmarshalError
func (e *UnmarshalError) Error() stringhttps://pkg.go.dev/github.com/dunglas/httpsfv#UnmarshalError.Error
func (e *UnmarshalError) Unwrap() errorhttps://pkg.go.dev/github.com/dunglas/httpsfv#UnmarshalError.Unwrap
https://pkg.go.dev/github.com/dunglas/httpsfv#pkg-examples
Marshalhttps://pkg.go.dev/github.com/dunglas/httpsfv#example-Marshal
UnmarshalListhttps://pkg.go.dev/github.com/dunglas/httpsfv#example-UnmarshalList
https://pkg.go.dev/github.com/dunglas/httpsfv#pkg-constants
https://pkg.go.dev/github.com/dunglas/httpsfv#pkg-variables
View Sourcehttps://github.com/dunglas/httpsfv/blob/v1.1.0/bareitem.go#L12
errorshttps://pkg.go.dev/errors
Newhttps://pkg.go.dev/errors#New
View Sourcehttps://github.com/dunglas/httpsfv/blob/v1.1.0/binary.go#L10
errorshttps://pkg.go.dev/errors
Newhttps://pkg.go.dev/errors#New
View Sourcehttps://github.com/dunglas/httpsfv/blob/v1.1.0/boolean.go#L9
errorshttps://pkg.go.dev/errors
Newhttps://pkg.go.dev/errors#New
View Sourcehttps://github.com/dunglas/httpsfv/blob/v1.1.0/date.go#L9
errorshttps://pkg.go.dev/errors
Newhttps://pkg.go.dev/errors#New
View Sourcehttps://github.com/dunglas/httpsfv/blob/v1.1.0/decimal.go#L14
errorshttps://pkg.go.dev/errors
Newhttps://pkg.go.dev/errors#New
View Sourcehttps://github.com/dunglas/httpsfv/blob/v1.1.0/integer.go#L18
errorshttps://pkg.go.dev/errors
Newhttps://pkg.go.dev/errors#New
View Sourcehttps://github.com/dunglas/httpsfv/blob/v1.1.0/dictionary.go#L19
errorshttps://pkg.go.dev/errors
Newhttps://pkg.go.dev/errors#New
View Sourcehttps://github.com/dunglas/httpsfv/blob/v1.1.0/displaystring.go#L13
errorshttps://pkg.go.dev/errors
Newhttps://pkg.go.dev/errors#New
View Sourcehttps://github.com/dunglas/httpsfv/blob/v1.1.0/innerlist.go#L9
errorshttps://pkg.go.dev/errors
Newhttps://pkg.go.dev/errors#New
View Sourcehttps://github.com/dunglas/httpsfv/blob/v1.1.0/key.go#L10
errorshttps://pkg.go.dev/errors
Newhttps://pkg.go.dev/errors#New
View Sourcehttps://github.com/dunglas/httpsfv/blob/v1.1.0/list.go#L9
errorshttps://pkg.go.dev/errors
Newhttps://pkg.go.dev/errors#New
View Sourcehttps://github.com/dunglas/httpsfv/blob/v1.1.0/params.go#L17
errorshttps://pkg.go.dev/errors
Newhttps://pkg.go.dev/errors#New
View Sourcehttps://github.com/dunglas/httpsfv/blob/v1.1.0/params.go#L20
errorshttps://pkg.go.dev/errors
Newhttps://pkg.go.dev/errors#New
View Sourcehttps://github.com/dunglas/httpsfv/blob/v1.1.0/string.go#L10
errorshttps://pkg.go.dev/errors
Newhttps://pkg.go.dev/errors#New
View Sourcehttps://github.com/dunglas/httpsfv/blob/v1.1.0/token.go#L24
errorshttps://pkg.go.dev/errors
Newhttps://pkg.go.dev/errors#New
View Sourcehttps://github.com/dunglas/httpsfv/blob/v1.1.0/params.go#L23
errorshttps://pkg.go.dev/errors
Newhttps://pkg.go.dev/errors#New
View Sourcehttps://github.com/dunglas/httpsfv/blob/v1.1.0/integer.go#L12
errorshttps://pkg.go.dev/errors
Newhttps://pkg.go.dev/errors#New
View Sourcehttps://github.com/dunglas/httpsfv/blob/v1.1.0/integer.go#L15
errorshttps://pkg.go.dev/errors
Newhttps://pkg.go.dev/errors#New
View Sourcehttps://github.com/dunglas/httpsfv/blob/v1.1.0/decode.go#L9
errorshttps://pkg.go.dev/errors
Newhttps://pkg.go.dev/errors#New
View Sourcehttps://github.com/dunglas/httpsfv/blob/v1.1.0/decode.go#L12
errorshttps://pkg.go.dev/errors
Newhttps://pkg.go.dev/errors#New
https://pkg.go.dev/github.com/dunglas/httpsfv#pkg-functions
Marshalhttps://github.com/dunglas/httpsfv/blob/v1.1.0/encode.go#L35
https://pkg.go.dev/github.com/dunglas/httpsfv#Marshal
StructuredFieldValuehttps://pkg.go.dev/github.com/dunglas/httpsfv#StructuredFieldValue
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
https://httpwg.org/specs/rfc9651.html#text-serializehttps://httpwg.org/specs/rfc9651.html#text-serialize
https://pkg.go.dev/github.com/dunglas/httpsfv#example-Marshal
https://pkg.go.dev/github.com/dunglas/httpsfv#pkg-types
Dictionaryhttps://github.com/dunglas/httpsfv/blob/v1.1.0/dictionary.go#L13
https://pkg.go.dev/github.com/dunglas/httpsfv#Dictionary
https://httpwg.org/specs/rfc9651.html#dictionaryhttps://httpwg.org/specs/rfc9651.html#dictionary
NewDictionaryhttps://github.com/dunglas/httpsfv/blob/v1.1.0/dictionary.go#L22
https://pkg.go.dev/github.com/dunglas/httpsfv#NewDictionary
Dictionaryhttps://pkg.go.dev/github.com/dunglas/httpsfv#Dictionary
UnmarshalDictionaryhttps://github.com/dunglas/httpsfv/blob/v1.1.0/dictionary.go#L105
https://pkg.go.dev/github.com/dunglas/httpsfv#UnmarshalDictionary
stringhttps://pkg.go.dev/builtin#string
Dictionaryhttps://pkg.go.dev/github.com/dunglas/httpsfv#Dictionary
errorhttps://pkg.go.dev/builtin#error
https://httpwg.org/specs/rfc9651.html#parse-dictionaryhttps://httpwg.org/specs/rfc9651.html#parse-dictionary
Addhttps://github.com/dunglas/httpsfv/blob/v1.1.0/dictionary.go#L38
https://pkg.go.dev/github.com/dunglas/httpsfv#Dictionary.Add
Dictionaryhttps://pkg.go.dev/github.com/dunglas/httpsfv#Dictionary
stringhttps://pkg.go.dev/builtin#string
Memberhttps://pkg.go.dev/github.com/dunglas/httpsfv#Member
Delhttps://github.com/dunglas/httpsfv/blob/v1.1.0/dictionary.go#L47
https://pkg.go.dev/github.com/dunglas/httpsfv#Dictionary.Del
Dictionaryhttps://pkg.go.dev/github.com/dunglas/httpsfv#Dictionary
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
Gethttps://github.com/dunglas/httpsfv/blob/v1.1.0/dictionary.go#L31
https://pkg.go.dev/github.com/dunglas/httpsfv#Dictionary.Get
Dictionaryhttps://pkg.go.dev/github.com/dunglas/httpsfv#Dictionary
stringhttps://pkg.go.dev/builtin#string
Memberhttps://pkg.go.dev/github.com/dunglas/httpsfv#Member
boolhttps://pkg.go.dev/builtin#bool
Nameshttps://github.com/dunglas/httpsfv/blob/v1.1.0/dictionary.go#L66
https://pkg.go.dev/github.com/dunglas/httpsfv#Dictionary.Names
Dictionaryhttps://pkg.go.dev/github.com/dunglas/httpsfv#Dictionary
stringhttps://pkg.go.dev/builtin#string
DisplayStringhttps://github.com/dunglas/httpsfv/blob/v1.1.0/displaystring.go#L11
https://pkg.go.dev/github.com/dunglas/httpsfv#DisplayString
stringhttps://pkg.go.dev/builtin#string
InnerListhttps://github.com/dunglas/httpsfv/blob/v1.1.0/innerlist.go#L13
https://pkg.go.dev/github.com/dunglas/httpsfv#InnerList
Itemhttps://pkg.go.dev/github.com/dunglas/httpsfv#Item
Paramshttps://pkg.go.dev/github.com/dunglas/httpsfv#Params
https://httpwg.org/specs/rfc9651.html#inner-listhttps://httpwg.org/specs/rfc9651.html#inner-list
Itemhttps://github.com/dunglas/httpsfv/blob/v1.1.0/item.go#L9
https://pkg.go.dev/github.com/dunglas/httpsfv#Item
Paramshttps://pkg.go.dev/github.com/dunglas/httpsfv#Params
https://httpwg.org/specs/rfc9651.html#itemhttps://httpwg.org/specs/rfc9651.html#item
NewItemhttps://github.com/dunglas/httpsfv/blob/v1.1.0/item.go#L15
https://pkg.go.dev/github.com/dunglas/httpsfv#NewItem
Itemhttps://pkg.go.dev/github.com/dunglas/httpsfv#Item
UnmarshalItemhttps://github.com/dunglas/httpsfv/blob/v1.1.0/item.go#L40
https://pkg.go.dev/github.com/dunglas/httpsfv#UnmarshalItem
stringhttps://pkg.go.dev/builtin#string
Itemhttps://pkg.go.dev/github.com/dunglas/httpsfv#Item
errorhttps://pkg.go.dev/builtin#error
https://httpwg.org/specs/rfc9651.html#parse-itemhttps://httpwg.org/specs/rfc9651.html#parse-item
Listhttps://github.com/dunglas/httpsfv/blob/v1.1.0/list.go#L14
https://pkg.go.dev/github.com/dunglas/httpsfv#List
Memberhttps://pkg.go.dev/github.com/dunglas/httpsfv#Member
https://httpwg.org/specs/rfc9651.html#listhttps://httpwg.org/specs/rfc9651.html#list
UnmarshalListhttps://github.com/dunglas/httpsfv/blob/v1.1.0/list.go#L37
https://pkg.go.dev/github.com/dunglas/httpsfv#UnmarshalList
stringhttps://pkg.go.dev/builtin#string
Listhttps://pkg.go.dev/github.com/dunglas/httpsfv#List
errorhttps://pkg.go.dev/builtin#error
https://httpwg.org/specs/rfc9651.html#parse-listhttps://httpwg.org/specs/rfc9651.html#parse-list
https://pkg.go.dev/github.com/dunglas/httpsfv#example-UnmarshalList
Memberhttps://github.com/dunglas/httpsfv/blob/v1.1.0/member.go#L6
https://pkg.go.dev/github.com/dunglas/httpsfv#Member
https://httpwg.org/specs/rfc9651.html#listhttps://httpwg.org/specs/rfc9651.html#list
Paramshttps://github.com/dunglas/httpsfv/blob/v1.1.0/params.go#L11
https://pkg.go.dev/github.com/dunglas/httpsfv#Params
https://httpwg.org/specs/rfc9651.html#paramhttps://httpwg.org/specs/rfc9651.html#param
NewParamshttps://github.com/dunglas/httpsfv/blob/v1.1.0/params.go#L26
https://pkg.go.dev/github.com/dunglas/httpsfv#NewParams
Paramshttps://pkg.go.dev/github.com/dunglas/httpsfv#Params
Addhttps://github.com/dunglas/httpsfv/blob/v1.1.0/params.go#L43
https://pkg.go.dev/github.com/dunglas/httpsfv#Params.Add
Paramshttps://pkg.go.dev/github.com/dunglas/httpsfv#Params
stringhttps://pkg.go.dev/builtin#string
Delhttps://github.com/dunglas/httpsfv/blob/v1.1.0/params.go#L54
https://pkg.go.dev/github.com/dunglas/httpsfv#Params.Del
Paramshttps://pkg.go.dev/github.com/dunglas/httpsfv#Params
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
Gethttps://github.com/dunglas/httpsfv/blob/v1.1.0/params.go#L35
https://pkg.go.dev/github.com/dunglas/httpsfv#Params.Get
Paramshttps://pkg.go.dev/github.com/dunglas/httpsfv#Params
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
Nameshttps://github.com/dunglas/httpsfv/blob/v1.1.0/params.go#L73
https://pkg.go.dev/github.com/dunglas/httpsfv#Params.Names
Paramshttps://pkg.go.dev/github.com/dunglas/httpsfv#Params
stringhttps://pkg.go.dev/builtin#string
StructuredFieldValuehttps://github.com/dunglas/httpsfv/blob/v1.1.0/encode.go#L27
https://pkg.go.dev/github.com/dunglas/httpsfv#StructuredFieldValue
Tokenhttps://github.com/dunglas/httpsfv/blob/v1.1.0/token.go#L29
https://pkg.go.dev/github.com/dunglas/httpsfv#Token
stringhttps://pkg.go.dev/builtin#string
https://httpwg.org/specs/rfc9651.html#tokenhttps://httpwg.org/specs/rfc9651.html#token
UnmarshalErrorhttps://github.com/dunglas/httpsfv/blob/v1.1.0/decode.go#L15
https://pkg.go.dev/github.com/dunglas/httpsfv#UnmarshalError
Errorhttps://github.com/dunglas/httpsfv/blob/v1.1.0/decode.go#L20
https://pkg.go.dev/github.com/dunglas/httpsfv#UnmarshalError.Error
UnmarshalErrorhttps://pkg.go.dev/github.com/dunglas/httpsfv#UnmarshalError
stringhttps://pkg.go.dev/builtin#string
Unwraphttps://github.com/dunglas/httpsfv/blob/v1.1.0/decode.go#L28
https://pkg.go.dev/github.com/dunglas/httpsfv#UnmarshalError.Unwrap
UnmarshalErrorhttps://pkg.go.dev/github.com/dunglas/httpsfv#UnmarshalError
errorhttps://pkg.go.dev/builtin#error
https://pkg.go.dev/github.com/dunglas/httpsfv#section-sourcefiles
View all Source fileshttps://github.com/dunglas/httpsfv/tree/v1.1.0
bareitem.gohttps://github.com/dunglas/httpsfv/blob/v1.1.0/bareitem.go
binary.gohttps://github.com/dunglas/httpsfv/blob/v1.1.0/binary.go
boolean.gohttps://github.com/dunglas/httpsfv/blob/v1.1.0/boolean.go
date.gohttps://github.com/dunglas/httpsfv/blob/v1.1.0/date.go
decimal.gohttps://github.com/dunglas/httpsfv/blob/v1.1.0/decimal.go
decode.gohttps://github.com/dunglas/httpsfv/blob/v1.1.0/decode.go
dictionary.gohttps://github.com/dunglas/httpsfv/blob/v1.1.0/dictionary.go
displaystring.gohttps://github.com/dunglas/httpsfv/blob/v1.1.0/displaystring.go
encode.gohttps://github.com/dunglas/httpsfv/blob/v1.1.0/encode.go
innerlist.gohttps://github.com/dunglas/httpsfv/blob/v1.1.0/innerlist.go
integer.gohttps://github.com/dunglas/httpsfv/blob/v1.1.0/integer.go
item.gohttps://github.com/dunglas/httpsfv/blob/v1.1.0/item.go
key.gohttps://github.com/dunglas/httpsfv/blob/v1.1.0/key.go
list.gohttps://github.com/dunglas/httpsfv/blob/v1.1.0/list.go
member.gohttps://github.com/dunglas/httpsfv/blob/v1.1.0/member.go
params.gohttps://github.com/dunglas/httpsfv/blob/v1.1.0/params.go
string.gohttps://github.com/dunglas/httpsfv/blob/v1.1.0/string.go
token.gohttps://github.com/dunglas/httpsfv/blob/v1.1.0/token.go
utils.gohttps://github.com/dunglas/httpsfv/blob/v1.1.0/utils.go
Why Go https://go.dev/solutions
Use Cases https://go.dev/solutions#use-cases
Case Studies https://go.dev/solutions#case-studies
Get Started https://learn.go.dev/
Playground https://play.golang.org
Tour https://tour.golang.org
Stack Overflow https://stackoverflow.com/questions/tagged/go?tab=Newest
Help https://go.dev/help
Packages https://pkg.go.dev
Standard Library https://pkg.go.dev/std
Sub-repositories https://pkg.go.dev/golang.org/x
About Go Packages https://pkg.go.dev/about
pkg.go.dev API https://pkg.go.dev/api
About https://go.dev/project
Downloadhttps://go.dev/dl/
Bloghttps://go.dev/blog
Issue Tracker https://github.com/golang/go/issues
Release Notes https://go.dev/doc/devel/release.html
Brand Guidelines https://go.dev/brand
Code of Conduct https://go.dev/conduct
Connect https://www.twitter.com/golang
Twitter https://www.twitter.com/golang
GitHubhttps://github.com/golang
Slack https://invite.slack.golangbridge.org/
r/golang https://reddit.com/r/golang
Meetup https://www.meetup.com/pro/go
Golang Weekly https://golangweekly.com/
Copyrighthttps://go.dev/copyright
Terms of Servicehttps://go.dev/tos
Privacy Policy http://www.google.com/intl/en/policies/privacy/
Report an Issue https://go.dev/s/pkgsite-feedback
https://google.com
Learn more.https://policies.google.com/technologies/cookies

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.