add vendor data
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m49s
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m49s
This commit is contained in:
25
vendor/github.com/dunglas/httpsfv/README.md
generated
vendored
Normal file
25
vendor/github.com/dunglas/httpsfv/README.md
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# httpsfv: Structured Field Values for HTTP in Go
|
||||
|
||||
This [Go (golang)](https://golang.org) library implements parsing and serialization for [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)
|
||||
|
||||
## Features
|
||||
|
||||
* Fully implementing the RFC
|
||||
* Compliant with [the official test suite](https://github.com/httpwg/structured-field-tests)
|
||||
* Unit and fuzz tested
|
||||
* Strongly-typed
|
||||
* Fast (see [the benchmark](httpwg_test.go))
|
||||
* No dependencies
|
||||
|
||||
## Docs
|
||||
|
||||
[Browse the documentation on Go.dev](https://pkg.go.dev/github.com/dunglas/httpsfv).
|
||||
|
||||
## Credits
|
||||
|
||||
Created by [Kévin Dunglas](https://dunglas.fr). Sponsored by [Les-Tilleuls.coop](https://les-tilleuls.coop).
|
||||
Reference in New Issue
Block a user