flix

0.70.0

Net.Body

enum Body with Eq, ToStringSource
case Text(String)case Bytes(Vector[Int8])

An enum representing the body of an HTTP request or response.

Instances

instance Eq[Body]Source
instance ToString[Body]Source