while-loop / hpack

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Apache License 2.0


Languages

Language:Go 100.0%