Link Search Menu Expand Document

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

HttpPacket

[JVM]
class HttpPacket(header: Entity, body: Entity = Empty) : EntityWrap

HTTP packet.

Since

0.0.0

Constructors

   
HttpPacket [JVM]
fun HttpPacket(header: Entity, body: Entity = Empty)

Functions

Name Summary
dataize [JVM]
open suspend override fun dataize(): ByteArray
Representation of the object in bytes.