ResponseWriters
zhttp.ResponseWriters$
object ResponseWriters
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- ResponseWriters.type
Members list
Concise view
Value members
Concrete methods
def writeBLOBtoChannel(c: IOChannel, chunkSize: Int, contentType: String, fpath: File): ZIO[Any, Exception, Unit]
def writeFullResponse(c: IOChannel, rs: Response, code: StatusCode, msg: String, close: Boolean): Task[Int]
def writeFullResponseBytes(c: IOChannel, rs: Response, code: StatusCode, data: Chunk[Byte], close: Boolean): Task[Int]