Skip to content
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}

Compare
Choose a tag to compare
@fredemmott fredemmott released this 04 Dec 21:38
  • 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.