Link Search Menu Expand Document

//reikai-core/io.github.kerelape.reikai.io.network.http/HttpSource

HttpSource

[JVM]
class HttpSource(transport: Source) : EntityWrap, Source

Source of HTTP channels.

Since

0.0.0

Constructors

   
HttpSource [JVM]
fun HttpSource(transport: Source)

Functions

Name Summary
close [JVM]
open suspend override fun close(): Entity
Close the underlying transport.
dataize [JVM]
open suspend override fun dataize(): ByteArray
Representation of the object in bytes.
open [JVM]
open suspend override fun open(): Channel
Open a new HttpChannel.