Did anyone tried to modify free5gc to use http2 instead of http1.1 with h2c?

Hi @nathalie21005

I think this is in continuity with your previous question.

Free5GC implements both h2c and h2. If we take an the example of the AUSF, you can see here:

that it implements http, h2c and h2 servers. The code looks very much like this example:

which states that using this implementation you will end up with a server that supports basically everything.

I hope this helps.