open fun writeCustomFrame(type: Int, flags: Int, payload: Buffer): HttpServerResponse
Write an HTTP/2 frame to the response, allowing to extend the HTTP/2 protocol.
The frame is sent immediatly and is not subject to flow control.
Return
a reference to this, so the API can be used fluently
open fun writeCustomFrame(frame: HttpFrame): HttpServerResponse
Like io.vertx.reactivex.core.http.HttpServerResponse#writeCustomFrame but with an io.vertx.reactivex.core.http.HttpFrame.
Return