Author: Max Kellermann <[email protected]>
Web Application Socket is a protocol between a web server and an application generating dynamic content. Unlike other protocols such as (Fast)CGI and AJPv13, it is optimized for fast zero-copy operation.
This repository contains the protocol definition and a reference implementation written in C.