[cs631apue] About CGI

Jan Schaumann jschauma at stevens.edu
Sun Nov 24 16:59:56 EST 2019


Yuxi Wang <ywang286 at stevens.edu> wrote:
 
> We noticed that CGI response has the following style:
> 
> CGI-Response = document-response | local-redir-response |
>                      client-redir-response | client-redirdoc-response
> 
> Do we need to implement all of them or we can just implement the document-response one?

Let's keep things simple and say you only need to
implement the document-response for CGIs.

-Jan


More information about the cs631apue mailing list