Uses of Class
io.avaje.http.client.BodyContent
-
Uses of BodyContent in io.avaje.http.client
Methods in io.avaje.http.client that return BodyContentModifier and TypeMethodDescriptionstatic BodyContentBodyContent.asJson(byte[] content) Create and return as JSON body content given raw content.Write the bean as content using the default content type.Write the bean as content with the requested content type.Methods in io.avaje.http.client with parameters of type BodyContentModifier and TypeMethodDescriptionHttpClientRequest.body(BodyContent bodyContent) Set encoded body content.BodyReader.read(BodyContent content) Read the content returning it as a java type.