hpack

package module
v0.0.0-...-968d2d7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 29, 2017 License: Apache-2.0 Imports: 1 Imported by: 0

README

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Decoder

type Decoder struct {
}

type Encoder

type Encoder struct {
}

type HeaderField

type HeaderField struct {
	// contains filtered or unexported fields
}

func (*HeaderField) String

func (h *HeaderField) String() string

type HeaderList

type HeaderList []HeaderField

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL