/hpack

Go implementation of HTTP/2's compression format [RFC7541] for efficiently representing HTTP header fields.

Primary LanguageGoApache License 2.0Apache-2.0

hpack



Go implementation of HTTP/2's compression format RFC 7541 for efficiently representing HTTP header fields.

Installation

$ go get github.com/while-loop/hpack

Usage

package main

import (
	"fmt"
)

func main() {
	fmt.Println("Hello World")
}

Changelog

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

CHANGELOG.md

License

hpack is licensed under the Apache 2.0 license. See LICENSE for details.

Author

Anthony Alves