Http2

open class Http2

Simple server-independent abstraction for HTTP/2 configuration.

Author

Brian Clozel

Since

2.0.0

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun isEnabled(): Boolean
Return whether to enable HTTP/2 support, if the current environment supports it.
Link copied to clipboard
open fun setEnabled(enabled: Boolean)