Qore HttpServerAsyncIo Module Reference 1.0
Loading...
Searching...
No Matches

Introduction

The HttpServerAsyncIo module provides async I/O poll operations for the HttpServer module, enabling high-performance non-blocking I/O for HTTP, SSE, and WebSocket connections.

This module leverages the Qore::AbstractPollOperation pattern and integrates with AsyncSocketIoController for efficient multiplexed I/O handling.

Components

Protocol-Agnostic Abstractions

These abstract classes provide a unified interface for SSE and WebSocket connections regardless of the underlying HTTP protocol version (HTTP/1.x or HTTP/2):

Release Notes

Version 1.0

  • Initial release of HttpServer async I/O and HTTP/2 support