Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #16339 > unrolled thread
| Started by | James Carver <jorg.singendonk@gmail.com> |
|---|---|
| First post | 2016-01-27 13:59 -0800 |
| Last post | 2016-01-27 17:27 -0500 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.php
php apache http/2 server push James Carver <jorg.singendonk@gmail.com> - 2016-01-27 13:59 -0800
Re: php apache http/2 server push Arno Welzel <usenet@arnowelzel.de> - 2016-01-27 23:12 +0100
Re: php apache http/2 server push Jerry Stuckle <jstucklex@attglobal.net> - 2016-01-27 17:27 -0500
| From | James Carver <jorg.singendonk@gmail.com> |
|---|---|
| Date | 2016-01-27 13:59 -0800 |
| Subject | php apache http/2 server push |
| Message-ID | <a13e95e6-f0fd-4ee2-8400-9fe6c08bcfa3@googlegroups.com> |
How can i initiate server push files from php(7) in http/2 (h2) connections? Some readings? thx jc
[toc] | [next] | [standalone]
| From | Arno Welzel <usenet@arnowelzel.de> |
|---|---|
| Date | 2016-01-27 23:12 +0100 |
| Message-ID | <56A940E7.2030701@arnowelzel.de> |
| In reply to | #16339 |
James Carver schrieb am 2016-01-27 um 22:59: > How can i initiate server push files from php(7) in http/2 (h2) connections? > > Some readings? Just my 2 cents: <https://wiki.php.net/rfc/curl_http2_push> <https://www.symfony.fi/entry/http-2-server-push-with-the-symfony-httpkernel> -- Arno Welzel http://arnowelzel.de http://de-rec-fahrrad.de http://fahrradzukunft.de
[toc] | [prev] | [next] | [standalone]
| From | Jerry Stuckle <jstucklex@attglobal.net> |
|---|---|
| Date | 2016-01-27 17:27 -0500 |
| Message-ID | <n8bg3e$skg$1@jstuckle.eternal-september.org> |
| In reply to | #16339 |
On 1/27/2016 4:59 PM, James Carver wrote: > How can i initiate server push files from php(7) in http/2 (h2) connections? > > Some readings? > > thx > > jc > Probably the best currently supported method is web sockets. There are some other proposals in the works, but AFAIK none have made it into the browsers yet. Or, if they have, they're not universally accepted. -- ================== Remove the "x" from my email address Jerry Stuckle jstucklex@attglobal.net ==================
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.php
csiph-web