http2

command
v0.0.0-...-b988991 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 9 Imported by: 0

README

  1. 生成密钥,证书

    openssl genrsa -out server.key 2048

    openssl req -new -x509 -sha256 -key server.key -out server.crt -days 3650

    openssl req -newkey rsa:2048 -nodes -keyout server.key -x509 -days 365 -out server.crt

  2. 资料

    https://gist.github.com/denji/12b3a568f092ab951456

    https://posener.github.io/http2/

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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