Registry / networking / cloudwego-netpoll-http2

cloudwego-netpoll-http2

JSON →
library0.0.6gogounverified

Implements the HTTP/2 protocol for use with the CloudWeGo Netpoll networking library.

go get github.com/cloudwego/netpoll-http2
INSTALL
IMPORT
SIG · CLOUDWEGO-NETPOLL-
C
cloudwego-netpoll-http2
networkinggov0.0.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

http2
✓ github.com/cloudwego/netpoll-http2

Demonstrates importing the HTTP/2 package.

package main import ( "fmt" "github.com/cloudwego/netpoll-http2" ) func main() { fmt.Println("HTTP/2 support via netpoll-http2") _ = http2.ErrCodeNo }
Debug
Known issues
gotchaLow-level package; most users should use net/http instead.
fix
Use the standard net/http package for HTTP/2 support unless you need direct control.
affects: all
Upgrade
Version history
0.0.6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Amazon
1
OpenAI (training)
1
Resources
cloudwego-netpoll-http2 — go get cloudwego-netpoll-http2 · libregistry