Skip to content

Instantly share code, notes, and snippets.

@cozzin
Created September 15, 2022 02:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cozzin/6d7efc4a3ba945f2d2fe0525da3454e6 to your computer and use it in GitHub Desktop.
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