Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.2 KB

File metadata and controls

30 lines (20 loc) · 1.2 KB

MSH3 Documentation

MSH3 is a minimal HTTP/3 library built on top of MsQuic and ls-qpack.

API Documentation

MSH3 provides a C-style API for HTTP/3 functionality. The API is divided into several components:

  • Global API - Library initialization and version information
  • Configuration - Managing configuration and credentials
  • Connection - Managing HTTP/3 connections
  • Request - Managing HTTP/3 requests and responses
  • Listener - Server-side listener for incoming connections
  • Data Structures - Common data structures used throughout the API

Getting Started

Advanced Features

Additional Resources