Experimental

Chunked OHTTP + Post-Quantum

Future of OHTTP

Streaming support for large payloads. Quantum-resistant encryption with ML-KEM. These features are in draft stage.

Experimental peep character

What's New

draft-ietf-ohai-chunked-ohttp

Chunked OHTTP

Stream large requests and responses without buffering the entire payload. Useful for file uploads and video streaming.

ML-KEM (FIPS 203)

Post-Quantum Encryption

Replace X25519 with ML-KEM-768 for quantum-resistant key encapsulation. Recorded traffic stays safe even if quantum computers become practical.

See the Difference

Compare Standard OHTTP (X25519) with Chunked OHTTP (ML-KEM-768) side by side.

Code Examples

Post-quantum chunked OHTTP using ohttp-ts with ML-KEM-768 and streaming transfer.

  • Node.js
  • Browser
  • Rust