[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: [PATCH] SVN LOG TOOLS

From: Barry Scott <barry.alan.scott_at_ntlworld.com>
Date: 2002-01-29 20:34:22 CET

CGI is an interface used by a web server to run external scripts.

HTTP is a protocol for communicating between a Web server and
a Web browser.

The web server may, or may not, look at the output from the CGI
script.

Content-Type is a header as defined for HTTP.

The Content-Type must accurately describe the content that follows
the headers or the web browser will fail to display the content as
you intend.

                Barry

> Starting with Content-Type does not make it HTML. That is just part of the
> CGI protocol between the executable and the web server. In this case, you're
> going to tell the web server (and the remote client) that the content of
> what you are sending is text/plain.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:01 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.