Writing and Reading a Frame through HTTP2

Hi guys,

I was wondering how would one go about writing, reading and sending a Frame, for example a Data Frame, using of course HTTP/2. I know Golang library net/http supports this new protocol, but I do not know how to correctly do the above mentioned aspects.

From what I have seen, using โ€œgolang.org/x/net/http2โ€ library would be the way to go, but I am still unsure how exactly to do it.

I am still new to Golang, so any information is most welcomed :blush:.

Thank you in advance!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.