sockets - Pipe raw HTTP stream to PHP r/w stream -
i wondering if possible @ http request made browser towards php running apache module read- , writable stream.
i did research , testing , appears standard streams ://stdin/-out/-error
, ://input
may available running php in cli mode [link].
what want reading raw http request. also, should happen in read/write stream can write bytes directly response request. possible?
other running php in cli, it's not possible achieve reading/writing raw streams way.
Comments
Post a Comment