This repository has been archived by the owner on Oct 1, 2023. It is now read-only.
Re-release 3.29.x
This is what was meant to be 3.29.3:
Replace stdout/stderr/stdin with {request,server}_{input,output,error}
- this provides access to POST data and HTTP response bodies
- this provides a consistent API regardless of mode: generally, request_input and request_output should be used.