User-1012751336 posted
Is ServerSupportFunction the only way to send back a header?
When using CGI I normally send:
"200 OK"
"Content-type: text/html"
\r\n\r\n
"<HTML>" ....
If ServerSupportFunction is the only way to send back a header - do I call it over and over for each header?
OR
Do I make the header into one string of data containing many headers and send it once?
When would you ever use HSE_REQ_ DONE_WITH_SESSION?
Would returning HSE_STATUS_SUCCESS from HttpExtensionProc do the same thing??