Re: Multipart/mixed for many inline images (was Re: Toward Closure on HTML)
lilley@v5.cgu.mcc.ac.uk (Chris Lilley, Computer Graphics Unit)
Errors-To: listmaster@www0.cern.ch
Date: Fri, 8 Apr 1994 22:22:39 --100
Message-id: <94040821183617@cguv5.cgu.mcc.ac.uk>
Errors-To: listmaster@www0.cern.ch
Reply-To: lilley@v5.cgu.mcc.ac.uk
Originator: www-talk@info.cern.ch
Sender: www-talk@www0.cern.ch
Precedence: bulk
From: lilley@v5.cgu.mcc.ac.uk (Chris Lilley, Computer Graphics Unit)
To: Multiple recipients of list <www-talk@www0.cern.ch>
Subject: Re: Multipart/mixed for many inline images (was Re: Toward Closure on HTML)
X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
Content-Length: 1788
-Bill P.(wmperry@indiana.edu) said:
> How should/would one send the multiple requests? It would not be feasible
> to say GET url1 url2 url3, as this would interfere with GET url HTTP/1.0.
I did not address this originally because my original post covered a different
senario. It now seems necessary, because the cost - money cost, for the real
world - of ignoring cached images is too great and because the overhead of
parsing the html files on the server side is also a drawback.
I was trying to get the HTTP spec to look at, but CERN is down (again) and the
HENSA cache doesn't have it, currently. Oh well. I was about to find an unused
character to join the urls with. This is analogous to using + for space when
sending queries with get.
Lets say & is unused. A possible syntax would be
GET multi&url1&url2&url3 HTTP/1.1
A problem I see with this - is there a max line length for a GET command?
Failing which we may be into using POST....
Sorry about the vagueness, folks; I must print out the spec next time it becomes
available.
Chris Lilley
+-----------------------------------------------------------------------------+
| Technical Author, ITTI Computer Graphics and Visualisation Training Project |
+-----------------------------------------------------------------------------+
| Computer Graphics Unit, | Internet: C.C.Lilley@mcc.ac.uk |
| Manchester Computing Centre, | Janet: C.C.Lilley@uk.ac.mcc |
| Oxford Road, | Voice: +44 61 275 6045 |
| Manchester, UK. M13 9PL | Fax: +44 61 275 6040 |
| <A HREF="http://info.mcc.ac.uk/CGU/staff/lilley/lilley.html">click here</A> |
+-----------------------------------------------------------------------------+