Closed trowski closed 10 months ago
Adds a simple JsonContent request body implementation, as sending a JSON body is very common.
JsonContent
@kelunik I made it a static method on BufferedContent. Does this seem appropriate or do you think it should be a regular function? If so, do you have a name suggestion? I was thinking createJsonContent.
BufferedContent
createJsonContent
Adds a simple
JsonContent
request body implementation, as sending a JSON body is very common.