Skip to content

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

License

Notifications You must be signed in to change notification settings

while-loop/hpack

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages