Protocol::HTTP3SourceProtocolHTTP3Client

class Client

An HTTP/3 client connection.

Definitions

def submit_request(headers, body = nil)

Submit a request and return the stream used for the response body.

Implementation

def submit_request(headers, body = nil)
	Stream.new(self, native_submit_request(headers, body))
end