Package com.anthropic.core.http
Object HttpRequestBody.Companion
-
- All Implemented Interfaces:
public class HttpRequestBody.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static HttpRequestBody.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final static HttpRequestBodyofJson(Object value)Returns a new HttpRequestBody containing the given value serialized to a JSON string. -
-
Method Detail
-
ofJson
final static HttpRequestBody ofJson(Object value)
Returns a new HttpRequestBody containing the given value serialized to a JSON string.
The content type will be set to
application/jsonand will use UTF-8 encoding.
-
-
-
-