Interface HttpBodyOutput

All Superinterfaces:
AutoCloseable, Closeable, Flow.Publisher<ByteBuffer>, HttpBody
All Known Implementing Classes:
DefaultFullHttpBody, EmptyHttpBody, StreamingHttpBodyOutput

public interface HttpBodyOutput extends HttpBody, Flow.Publisher<ByteBuffer>
Русский: Описывает тело HTTP ответа
English: Describes HTTP response body

Пример / Example:
 
 HttpBody.of("application/octet-stream", new byte{ 0x0 })