# httpsfv **Repository Path**: mirrors_marten-seemann/httpsfv ## Basic Information - **Project Name**: httpsfv - **Description**: A Go library to parse and serialize HTTP structured field values - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-05 - **Last Updated**: 2026-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://httpwg.org/http-extensions/draft-ietf-httpbis-header-structure.html). [![PkgGoDev](https://pkg.go.dev/badge/github.com/dunglas/httpsfv)](https://pkg.go.dev/github.com/dunglas/httpsfv) ![CI](https://github.com/dunglas/httpsfv/workflows/CI/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/dunglas/httpsfv/badge.svg?branch=master)](https://coveralls.io/github/dunglas/httpsfv?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/dunglas/httpsfv)](https://goreportcard.com/report/github.com/dunglas/httpsfv) ## Features * Implements the latest version (19) of the Internet-Draft * Compliant with [the official test suite](https://github.com/httpwg/structured-field-tests) * Unit tested * Strongly-typed * Fast (see [the benchmark](httpwg_test.go)) ## 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).