Skip to content

Instantly share code, notes, and snippets.

@cozzin
Created September 15, 2022 02:49
Show Gist options
  • Select an option

  • Save cozzin/6d7efc4a3ba945f2d2fe0525da3454e6 to your computer and use it in GitHub Desktop.

Select an option

Save cozzin/6d7efc4a3ba945f2d2fe0525da3454e6 to your computer and use it in GitHub Desktop.
OutputStream outputStream = exchange.getResponseBody();
outputStream.write(content.getBytes());
outputStream.flush();
outputStream.close();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment