how to implement simple http2 server #2898
Unanswered
amirhosseinvz94
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You need to tell curl to use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
my server code is:
and i use curl for client:
curl --http2 http://localhost:3000 -o /dev/null -vv
but not work and the curl output is:
Beta Was this translation helpful? Give feedback.
All reactions