This repository has been archived by the owner on Oct 1, 2023. It is now read-only.
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
andrequest_output
should be used.