add http/2 support to development server #632
Labels
CLI
enhancement
Improve something existing (e.g. no docs, new APIs, etc)
question
Further information is requested
Milestone
Type of Change
Summary
It would be nice if local development could support HTTP/2. This would better simulate more real world use cases and would be faster for development because of multi-plexing. (see #629 / #628 for additional context)
Details
I think the main issue here would be around HTTPS, as I think that is a pre-requisite of HTTP/2. But also I think there is an exception for localhost?
The text was updated successfully, but these errors were encountered: