Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http2-proto

HTTP/2 protocol implementation with optional TLS transport.

A standalone, completion-based HTTP/2 implementation with no async runtime dependencies.

Features

  • Full HTTP/2 frame encoding and decoding
  • HPACK header compression
  • Connection and stream state management
  • Flow control
  • Transport layer abstraction (plain TCP, TLS)
  • Optional TLS transport via the tls feature flag (enabled by default)

Usage

[dependencies]
http2-proto = "0.0.1"

# Without TLS:
http2-proto = { version = "0.0.1", default-features = false }

License

Licensed under either of Apache License, Version 2.0 or MIT License at your option.

About

HTTP/2 protocol implementation with optional TLS transport

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages