Groups | Search | Server Info | Login | Register


Groups > comp.mail.mime > #21

Is it possible to have one HTML document split into MIME chunks?

Newsgroups comp.mail.mime
Date 2013-05-26 04:48 -0700
Message-ID <40d5c8e1-21b2-4644-bfe4-bba47a45a864@googlegroups.com> (permalink)
Subject Is it possible to have one HTML document split into MIME chunks?
From janecki@gmail.com

Show all headers | View raw


I have a HTTP response. Is there any way to send it, in two MIME chunks?

For example: in HTTP response I have:

<html>
  <head><title>Example</title>
  <body>Some Body</body>
</html>

I want to send something like this:

--SOME_MIME_boundary
    <html>
      <head><title>Example</title>
--SOME_MIME_boundary
      <body>Some Body</body>
    </html>
--SOME_MIME_boundary

Is this possible to have one html document splitted into couple of MIME chunks? I want browsers (on client end) to recognize that thoose 2 chunks are one html document and properly display it.

If it is possible, give me some simple http response example (with headers etc), please. I simply don't know how to construct that HTTP response.

If you want to know why I need this check: HTTP - how to send multiple pre-cached gzipped chunks?

Thank You!

Back to comp.mail.mime | Previous | NextNext in thread | Find similar


Thread

Is it possible to have one HTML document split into MIME chunks? janecki@gmail.com - 2013-05-26 04:48 -0700
  Re: Is it possible to have one HTML document split into MIME chunks? Jorgen Grahn <grahn+nntp@snipabacken.se> - 2013-05-27 13:49 +0000

csiph-web