OkHttp and HTTP3 support
Asked Answered
F

1

6

I would like to know information about HTTP v3 support in okhttp. Someone knows when or if it will support the new HTTP version? I see it would use injestors for this, but I haven't found anything updated about that. Thanks.

Furfur answered 6/5, 2022 at 10:58 Comment(1)
What is the advantage of HTTP3 in Android? Isn't HTTP2 adequate.Environ
T
7

You can use a bridging interceptor like https://github.com/google/cronet-transport-for-okhttp/blob/master/README.md

There are no plans for HTTP/3 support implemented in Kotlin inside of OkHttp. See https://github.com/square/okhttp/issues/907

Trihedral answered 7/5, 2022 at 8:32 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.