Interface HttpBody

All Superinterfaces:
AutoCloseable, Closeable
All Known Subinterfaces:
HttpBodyInput, HttpBodyOutput
All Known Implementing Classes:
DefaultFullHttpBody, EmptyHttpBody, StreamingHttpBodyInput, StreamingHttpBodyOutput

public interface HttpBody extends Closeable
Русский: Описывает базовое тело HTTP запроса/ответа
English: Describes the basic HTTP request/response body

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