Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP/2 support #245

Open
lud77 opened this issue Apr 26, 2019 · 2 comments
Open

HTTP/2 support #245

lud77 opened this issue Apr 26, 2019 · 2 comments

Comments

@lud77
Copy link

lud77 commented Apr 26, 2019

I noticed this project is making use of Superagent version 3.7, which doesn't have support for http2.

Is there any plan to move on to the newest version of Superagent? They are currently at version 5.0.3 which provides http2 support through a .http2() method and since most browsers nowadays use http2 it would be very useful to be able to perform that kind of test.

@austince
Copy link
Contributor

Certainly worth looking into upgrading superagent, though bumping to version 5.x would have to be a major release - we're currently looking into moving away from superagent (see #203) but I haven't had the time to finish that up yet. What kind of HTTP/2 support are you looking for? Can you provide some basic use/test cases?

@lud77
Copy link
Author

lud77 commented Jun 4, 2019

We would basically like to be able to test that our publications are being correctly served over http2 in order to catch potential misconfigurations. I guess the basic use case would be to fetch a page from a website that should be serving over http2 and being able to verify that the page has actually been served using http2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants