问题
I have a little question like a title.
How can i use ServerPush HTTP2 with PHP on IIS10?
Many thank.
回答1:
IIS only supports Push through the ASP.NET or similar. Also it does not support through HTTP Link Headers like many servers and CDNs do.
So HTTP/2 Push cannot be used in IIS via PHP at the moment as far as I am aware.
来源:https://stackoverflow.com/questions/50287462/php-how-can-i-use-serverpush-http2-on-iis10