Package io.micronaut.http.body
package io.micronaut.http.body
-
ClassDescriptionBody writer for
CharSequences.Variant ofMessageBodyReaderthat allows piecewise reading of the input, e.g.Stores message body readers and writers.Interface for bodies that provide their own media type.A handler combines a reader and a writer.A registry ofMessageBodyReaderandMessageBodyWriter.An interface that allows reading a message body from the client or the server.An interface that allows writing a message body for the client or the server.Body handler for content type "text/plain".Body writer forWritables.