h2c

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2018 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

Package h2c implements the h2c part of HTTP/2.

The h2c protocol is the non-TLS secured version of HTTP/2 which is not available from net/http.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ListenAndServe

func ListenAndServe(addr string, handler http.Handler) error

ListenAndServe implement http.ListenAndServe

Types

type Server

type Server struct {
	*http.Server
}

Server implements net.Handler and enables h2c. Users who want h2c just need to provide an http.Server.

func (Server) ListenAndServe

func (s Server) ListenAndServe() error

ListenAndServe implements the same interface as http.Server.ListenAndServe.

Jump to

Keyboard shortcuts

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