//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) |