HTTP 1.1's chunked encoding
HTTP 1.1's chunked encoding
- Subject: HTTP 1.1's chunked encoding
- From: Gino Pacitti <email@hidden>
- Date: Sun, 07 Feb 2016 19:38:27 +0100
Is there a WO equivalent of doing something like this when using php ob_flush():
quote: "Chunked encoding allows developers to send pieces of content to the browser, essentially breaking up a web page into separate components. "
html>
<head>
<title>Flush Example Page</title>
<link rel="styles.css" href="my.css" />
<script src="script.js"></script>
</head>
<?php ob_flush(); ?>
<?php flush(); ?>
<body>...
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden