Skip to content

Instantly share code, notes, and snippets.

@bluesid
Created January 25, 2024 07:25
Show Gist options
  • Save bluesid/486067f31f8514af3567bb5cb55dba56 to your computer and use it in GitHub Desktop.
Save bluesid/486067f31f8514af3567bb5cb55dba56 to your computer and use it in GitHub Desktop.
#getRequestEntity #HttpMethod
// https://www.tabnine.com/code/java/methods/org.apache.commons.httpclient.methods.PostMethod/getRequestEntity
((StringRequestEntity)post.getRequestEntity()).getContent();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment