Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Re-release 3.29.x

Compare
Choose a tag to compare
@fredemmott fredemmott released this 05 Dec 16:54
· 2 commits to v3.29.x since this release

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.