sindresorhus / wait-for-localhost

Wait for localhost to be ready
MIT License
274 stars 10 forks source link

http2 option #9

Open kaatt opened 4 years ago

kaatt commented 4 years ago

I have a local server that doesn't accept http1 requests.

sindresorhus commented 4 years ago

I think we could also try to connect using HTTP2 if HTTP1 fails.