Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.21 KB

HTTP 2.0 Protocol Specification

Build Status Issue Stats Issue Stats

This project uses K3PO to help HTTP 2.0 implementations automate their verification of the necessary requirements.

The integration tests fall into the following categories:

  • Negotiating a HTTP 2.0
  • Processing HTTP headers
  • Simple DATA frames
    • Single stream request/response
    • Multi-stream request/response
    • Server push
  • Flow control
  • Dependant streams and prioritization
  • PING frames
  • Proxy use cases (HTTP CONNECT method)
  • Extention negotiation